v4

latestOpenAPI 3.1.02026-08-0461143156.1 KB
sequences

List Sequences

List sequence runs in the workspace.

Requires the sequences:read scope on the API key.

get/v1/sequences

Query parameters

pageinteger

Page number.

Page number.

sizeinteger

Number of items per page.

Number of items per page.

sort_by'created_at' | 'updated_at' | 'status'

Field to sort by.

sort_order'asc' | 'desc'

Sort direction.

sequence_template_idstring uuid nullable

Filter by template.

Filter by template.

status'ACTIVE' | 'SUCCEEDED' | 'FAILED' | 'COMPLETED' | 'WAITING_FOR_LEAD' | 'WAITING_FOR_USER' | 'STOPPED_EARLY' | 'FOUND' | 'REFUSED'

Filter by status.

created_at_beforestring date-time nullable

Return sequences created strictly before this timestamp.

Return sequences created strictly before this timestamp.

created_at_afterstring date-time nullable

Return sequences created strictly after this timestamp.

Return sequences created strictly after this timestamp.

Response

Successful Response

total_countinteger required

Total number of records matching the query.

total_pagesinteger required

Total number of pages.

has_moreboolean required

Whether more pages remain after the current one.