latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Workflow Runs

Search workflow runs

Returns the latest 200 workflow runs of a workflow, showing the most recently updated first.

get/workflow-runs

Query parameters

workflowIdstring

The ID of the Workflow (can be copied from the Workflow URL in the web app)

namestring

The partial name of the Workflow Run to search for (will match any part of the name in a case-insensitive manner)

statusstring

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.

fieldsstring

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"
        }
      ]
    }
  ]
}