c06e8f55d8b7
latestSwagger 2.02026-07-1333110154.1 KBRetrieves list of jobs based on filter parameters.
Retrieves list of jobs based on filter parameters.
get/routing/jobs
Query parameters
api-versionstring required
The API version to use for this operation.
maxpagesizeinteger
Number of objects to return per page.
status'all' | 'pendingClassification' | 'queued' | 'assigned' | 'completed' | 'closed' | 'cancelled' | 'classificationFailed' | 'created' | 'pendingSchedule' | 'scheduled' | 'scheduleFailed' | 'waitingForActivation' | 'active'
If specified, filter jobs by status.
queueIdstring
If specified, filter jobs by queue.
channelIdstring
If specified, filter jobs by channel.
classificationPolicyIdstring
If specified, filter jobs by classificationPolicy.
scheduledBeforestring date-time
If specified, filter on jobs that was scheduled before or at given timestamp. Range: (-Inf, scheduledBefore].
scheduledAfterstring date-time
If specified, filter on jobs that was scheduled at or after given value. Range: [scheduledAfter, +Inf).
Response
The request has succeeded.