Skip to main content
GET
List Executions

Autorizaciones

Authorization
string
header
requerido

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.

Opciones disponibles:
pending,
running,
completed,
failed
limit
integer
predeterminado:10

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

Rango requerido: 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>
predeterminado:startedAt

Field to sort results by.

Opciones disponibles:
startedAt,
completedAt
sortOrder
enum<string>
predeterminado:DESC

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

Opciones disponibles:
ASC,
DESC

Respuesta

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

hasMore
boolean

Indicates whether more pages are available.

Ejemplo:

false

items
object[]

List of execution statuses in the current page.

nextCursor
string

Cursor for the next page.

Ejemplo:

""