Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Query Parameters

limit
integer

Maximum number of workflows to return.

Example:

100

created_at
string

Date from which results are provided.

Example:

"2023-08-02T00:00:00.000Z"

schema
string

Short schema name that the workflow will be allowed to process.

Example:

"bill/invoice"

Response

200 - application/json

OK

created_at
string

First or queried timestamp when the first entry in the page was created.

limit
integer

Maximum number of objects returned in a page.

list
List · object[] | null

List of workflows.

next_created_at
string

Timestamp that indicates the start of the next page of results, if any.

schema
string

Short schema name that the workflows have been filtered by.

Example:

"bill/invoice"