Tasks
List Tasks
List tasks with optional filtering, sorting, and pagination.
get/tasks
Query parameters
mineboolean
Only tasks created by the calling user.
Only tasks created by the calling user.
createdBystring uuid nullable
Only tasks created by this user id.
Only tasks created by this user id.
status'queued' | 'created' | 'running' | 'cancelling' | '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