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_idstringRequired
ID of the space in form of a string
environment_idstringRequired
ID of the environment in form of a string

Query parameters

stepId[in]stringOptional

Comma-separated list with step IDs. A workflow must be linked to one of those steps.

sys.entity.sys.linkTypestringOptional

This must equal entry if defined. This must be defined together with the next parameter.

sys.entity.sys.id[in]stringOptional

Comma-separated list with entry IDs. A workflow must be linked to one of those entries.

sys.workflowDefinition.sys.idstringOptional
Filter workflows by the ID of the linked workflow definition.
orderstringOptional

Orders the query results by a specified attribute. The prefix - inverts the order (descending). Supported values: sys.updatedAt, -sys.updatedAt, sys.createdAt, -sys.createdAt

skipdoubleOptional
The number of elements to skip before returning matching workflows.
limitdoubleOptional
Limit the number of workflows being returned in the response.

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful