v1
latestOpenAPI 3.1.02026-07-22136108233.0 KBruns
Get Run
Get a specific run by ID.
The run must belong to the authenticated organization. Returns the run with its associated workflow and machine data.
Use the include parameter to fetch related resources in the response. Related resources are returned in the included array following the JSON:API pattern.
get/v1/runs/{run_id}
Path parameters
run_idstring uuid required
Query parameters
includestring nullable
Comma-separated list of related resources to include. Allowed values: workflow, machine, machine.pools. Example: include=workflow,machine
Comma-separated list of related resources to include. Allowed values: workflow, machine, machine.pools. Example: include=workflow,machine
Response
Successful Response