Skip to main content
GET
List Workflows

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

status
enum<string>

Filter results by status.

Opções disponíveis:
draft,
active,
inactive
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:createdAt

Field to sort results by.

Opções disponíveis:
createdAt,
updatedAt,
name
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:

true

items
object[]

List of workflow definitions in the current page.

nextCursor
string

Cursor to pass in the next request to retrieve the following page.

Exemplo:

"eyJpZCI6ImExYjJjM2Q0In0="