Tasks
List Tasks
List tasks with optional filtering, sorting, and pagination.
get/tasks
Query parameters
status'queued' | 'created' | 'running' | 'cancelling' | 'paused' | 'completed' | 'failed' | 'cancelled'
querystring nullable
Search in task description.
Search in task description.
orderBy'id' | 'createdAt' | 'finishedAt' | 'status' nullable
orderByDirection'asc' | 'desc'
pageinteger
pageSizeinteger
Response
Successful Response