v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
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

All 169 operations