List scheduling tasks
Searches scheduling tasks with status, flag, urgent, queue, tag, delegation, assignee, job, and application filters.
Authorizations
API tokens are passed as Bearer tokens.
Query Parameters
Opaque pagination cursor from the previous page's pagination.next_cursor, bound to the same query filters.
Page size. Must be between 1 and 100; defaults to 25.
1 <= x <= 100Comma-separated list of IDs; maximum 100 values.
a task ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:tsk_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Matches tasks assigned to any listed employee; combines with other filters using AND.
an employee ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:emp_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Matches tasks with any listed status; combines with other filters using AND.
NEEDS_AVAILABILITY, WAITING_FOR_CANDIDATE, READY_TO_SCHEDULE, READY_TO_RESCHEDULE, HOLD, READY_TO_SEND_TO_CANDIDATE, SCHEDULED, COMPLETED, CANCELED, NEEDS_DEBRIEF Matches the task urgency flag; combines with other filters using AND.
Matches tasks in any listed queue; combines with other filters using AND.
a task queue ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:que_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$When true, returns tasks with at least one flag; when false, returns tasks with no flags. Combines with other filters using AND.
Matches tasks carrying any listed tag; combines with other filters using AND.
Matches tasks with any listed delegation status; combines with other filters using AND.
NONE, QUEUED, ACTIVE, WAITING_ON_CANDIDATE, WAITING_ON_TEAM, COMPLETED, STOPPED Matches tasks for applications on any listed job; combines with other filters using AND.
a job ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:job_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Matches tasks for any listed application; combines with other filters using AND.
an application ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:app_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Filters records created at or after this timestamp.
Filters records created at or before this timestamp.
Filters records updated at or after this timestamp.
Filters records updated at or before this timestamp.