queue
List jobs with filtering and pagination
Returns a paginated list of completed prompt executions, newest first.
get/api/jobs
Query parameters
statusstring
Filter by job status
workflow_idstring
Filter by workflow ID
sort_bystring
Field to sort by
sort_order'asc' | 'desc'
Sort direction
limitinteger
Maximum number of results (default is unlimited/None)
offsetinteger
Pagination offset
Response
Jobs list