Search Task Batches
Task
Search Task Batches
Search task batches in the farm with operator-object filters. Supports status, task_name, actor_type, and created_at criteria. Omit body for an unfiltered first-page list.
POST
Search Task Batches
Documentation Index
Fetch the complete documentation index at: https://docs.nonce.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Clerk Machine API Key for authentication
Body
application/json
Enum or ID filter operators. Provide at least one operator.
Example:
{ "in": ["online", "offline"] }Enum or ID filter operators. Provide at least one operator.
Example:
{ "in": ["online", "offline"] }Actor type filter. Only eq operator supported; multi-type filtering is not available.
Example:
{ "eq": "user" }Date filter operators using ISO 8601 UTC strings. Provide at least one operator.
Example:
{ "gte": "2026-04-01T00:00:00Z" }Required range:
1 <= x <= 9007199254740991Required range:
1 <= x <= 10000