v1

latestOpenAPI 3.1.02026-07-13175151.8 KB
Tasks

List Tasks

Lists tasks for the authenticated user with cursor-based pagination and optional filtering by date range. Supports ascending or descending sort order and optional inclusion of chunks/base64 URLs.

get/tasks

Query parameters

base64_urlsboolean

Whether to return base64 encoded URLs. If false, the URLs will be returned as presigned URLs.

endstring date-time

End date

include_chunksboolean

Whether to include chunks in the output response

limitinteger

Number of tasks per page

cursorstring date-time

Cursor for pagination (timestamp)

startstring date-time

Start date

sort'asc' | 'desc'

Sort order: 'asc' for ascending, 'desc' for descending (default)

task_typesTaskType[]

Filter by one or more task types

statusesStatus[]

Filter by one or more statuses

Response

Paginated list of tasks

has_moreboolean required
next_cursorstring date-time nullable