Skip to main content
GET
List Executions

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parâmetros de consulta

workflowId
string<uuid>

Filter results by a specific workflow ID.

status
enum<string>

Filter results by status.

Opções disponíveis:
pending,
running,
completed,
failed
limit
integer
padrão:10

Maximum number of items to return per page. Defaults to 10. Must be between 1 and 100.

Intervalo obrigatório: 1 <= x <= 100
cursor
string

Cursor for pagination. Use the value from the nextCursor field in a previous response to retrieve the next page.

sortBy
enum<string>
padrão:startedAt

Field to sort results by.

Opções disponíveis:
startedAt,
completedAt
sortOrder
enum<string>
padrão:DESC

Sort direction. Use ASC for ascending or DESC for descending.

Opções disponíveis:
ASC,
DESC

Resposta

Indicates that the request was successful and the response contains the requested data.

hasMore
boolean

Indicates whether more pages are available.

Exemplo:

false

items
object[]

List of execution statuses in the current page.

nextCursor
string

Cursor for the next page.

Exemplo:

""