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
- 200
- 400
- 404
List of workflow instances. If there are no workflows by the specified definition id, an empty list is returned.
Definition id is invalid (not a valid uuid).
Workflow definition is not found.