Get all workflows
Returns workflows matching the specified query filters. Accessible to all users.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
space_id
ID of the space in form of a string
environment_id
ID of the environment in form of a string
Query parameters
stepId[in]
Comma-separated list with step IDs. A workflow must be linked to one of those steps.
sys.entity.sys.linkType
This must equal entry if defined. This must be defined together with the next parameter.
sys.entity.sys.id[in]
Comma-separated list with entry IDs. A workflow must be linked to one of those entries.
sys.workflowDefinition.sys.id
Filter workflows by the ID of the linked workflow definition.
order
Orders the query results by a specified attribute. The prefix - inverts the order (descending).
Supported values: sys.updatedAt, -sys.updatedAt, sys.createdAt, -sys.createdAt
skip
The number of elements to skip before returning matching workflows.
limit
Limit the number of workflows being returned in the response.
Response headers
Content-Type
Content-Type
Response
OK - Request successful