Skip to main content
GET
You can fetch details about workflow runs, including their state, completed and in-progress steps, and step details. The retention duration for completed workflow runs depends on your quota. Please check the pricing page for details.
If you have executed multiple workflow runs with the same workflowRunId, the workflowRunId filter will return all of them.To uniquely identify a single workflow run, include the workflowCreatedAt timestamp in your filter.

Request

string
By providing a cursor you can paginate through all of the workflow runs.
string
Filter workflow runs by run id.
string
Filter workflow runs by workflow url.
number
Filter workflow runs by the unix milliseconds value of creation timestamp
string
Filter workflow runs by state
number
Filter workflow runs by starting date, in milliseconds (Unix timestamp). This is inclusive.
number
Filter workflow runs by ending date, in milliseconds (Unix timestamp). This is inclusive.
number
The number of workflow runs to return. Default and max is 10.
string
Filter workflow run by the label assigned by the user.

Response

string
A cursor which you can use in subsequent requests to paginate through all workflow runs. If no cursor is returned, you have reached the end of the workflow runs.
Array