Workflows
Get Workflow Runs
Retrieve execution runs of workflows filtered by process, stage, workflow, or run ID.
GET
Query Parameters
The unique identifier for the sub-project.
Filter runs by stage key.
Filter runs by process ID.
Filter runs by workflow ID.
Retrieve a specific workflow run by ID.
Response
Error Codes
| Code | ID | Description |
|---|---|---|
ERROR_PROCESS_META_IS_MISSING_IN_REQUEST | 1200 | Metadata missing in request |
ERROR_SUBPROCESS_META_NOT_FOUND | 1202 | Sub-project metadata not found |
ERROR_NOT_ALLOWED_TO_GET | 1205 | User unauthorized to view data |
