v1
latestOpenAPI 3.1.02026-07-224239180.9 KBList scheduling tasks
Searches scheduling tasks with status, flag, urgent, queue, tag, delegation, assignee, job, and application filters.
Query parameters
Opaque pagination cursor from the previous page's pagination.next_cursor, bound to the same query filters.
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.
Page size. Must be between 1 and 100; defaults to 25.
Comma-separated list of IDs; maximum 100 values.
Comma-separated list of IDs; maximum 100 values.
[ "tsk_a1b2c3d4e5f64789a1b2c3d4e5f64789" ]
Matches tasks assigned to any listed employee; combines with other filters using AND.
Matches tasks assigned to any listed employee; combines with other filters using AND.
[ "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789" ]
Matches tasks with any listed status; combines with other filters using AND.
Matches tasks with any listed status; combines with other filters using AND.
Matches the task urgency flag; combines with other filters using AND.
Matches the task urgency flag; combines with other filters using AND.
Matches tasks in any listed queue; combines with other filters using AND.
Matches tasks in any listed queue; combines with other filters using AND.
[ "que_a1b2c3d4e5f64789a1b2c3d4e5f64789" ]
When true, returns tasks with at least one flag; when false, returns tasks with no flags. Combines with other filters using AND.
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 carrying any listed tag; combines with other filters using AND.
Matches tasks with any listed delegation status; combines with other filters using AND.
Matches tasks with any listed delegation status; combines with other filters using AND.
Matches tasks for applications on any listed job; combines with other filters using AND.
Matches tasks for applications on any listed job; combines with other filters using AND.
[ "job_a1b2c3d4e5f64789a1b2c3d4e5f64789" ]
Matches tasks for any listed application; combines with other filters using AND.
Matches tasks for any listed application; combines with other filters using AND.
[ "app_a1b2c3d4e5f64789a1b2c3d4e5f64789" ]
Filters records created at or after this timestamp.
Filters records created at or after this timestamp.
Filters records created at or before this timestamp.
Filters records created at or before this timestamp.
Filters records updated at or after this timestamp.
Filters records updated at or after this timestamp.
Filters records updated at or before this timestamp.
Filters records updated at or before this timestamp.
Response
Success
Example response
{
"data": [
{
"id": "tsk_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"application": {
"id": "app_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"candidate": {
"id": "can_a1b2c3d4e5f64789a1b2c3d4e5f64789"
},
"job": {
"id": "job_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
},
"job_stage": {
"id": "stg_a1b2c3d4e5f64789a1b2c3d4e5f64789"
},
"assignee": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
},
"queue_id": "que_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"notes": [
{
"author": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}
]
}
]
}