6199a9464227
Search workflow runs
Returns the latest 200 workflow runs of a workflow, showing the most recently updated first.
Query parameters
The ID of the Workflow (can be copied from the Workflow URL in the web app)
The partial name of the Workflow Run to search for (will match any part of the name in a case-insensitive manner)
The status (or statuses) to filter by (Active, Completed or Archived). If no status is provided, it will default to Active. Multiple statuses can be provided as a comma-separated list.
The partial values of form field values to search for. It will match any part of the value in a case-insensitive manner. If there are multiple form field values, then Workflow Runs that match any of them will be returned.<br> <br> Example (before being URL-encoded): <code>?fields[lD7FTF9R63xNCLn8w_xMdw]=value_1&fields[lD7FTF9R63xNCLn8w_xMab]=value_2</code>
Response
Example response
{
"workflowRuns": [
{
"id": "uUtxlDHn_sDB697jsFJIrg",
"workflowId": "uUtxlDHn_sDB697jsFJIrg",
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}
]
}