v1

latestOpenAPI 3.0.1Apache 2.02026-08-06260217675.1 KB
Pause

List pauses

Retrieves a paginated list of pauses with sorting options. Filtered by task ID if provided. Results are paginated and can be sorted by various fields.

get/v1/pauses

Query parameters

taskIdstring

Filter pauses by task ID. If not provided, all accessible pauses will be returned.

sort'date' | 'created'

Field to sort results by.

order'asc' | 'desc'

Sort order direction.

pageinteger

Page number for pagination. Pagination is 1-based (starts at 1).

limitinteger

Maximum number of items per page. Value must be between 1 and 100.

Response

Successful operation. Returns a paginated list of pauses.