Get workflows
Display workflows associated with a feature flag.
Path parameters
projectKey
The project key
featureFlagKey
The feature flag key
environmentKey
The environment key
Headers
Authorization
Query parameters
status
Filter results by workflow status. Valid status filters are active
, completed
, and failed
.
sort
A field to sort the items by. Prefix field by a dash ( - ) to sort in descending order. This endpoint supports sorting by creationDate
or stopDate
.
limit
The maximum number of workflows to return. Defaults to 20.
offset
Where to start in the list. Defaults to 0. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit
.
Response
Workflows collection response
items
An array of workflows
totalCount
Total number of workflows
_links
The location and content type of related resources