Skip to main content

Retrieve a list of workflow instances

GET 

/api/v1/accounts/:accountId/definitions/:definitionId/workflows

Use this resource to explore workflows created based on a specific workflow definition. If the definition version is not specified, workflows for the latest version are returned. Results are ordered in descending order of their creation time. Use parameters limit and offset to paginate through the list.

Request

Responses

List of workflow instances. If there are no workflows by the specified definition id, an empty list is returned.