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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated list of related resources to include. Allowed values: workflow, machine, machine.pools. Example: include=workflow,machine
Successful Response
Run response with optional included related resources.
When the include query parameter is used, related resources are returned
in the included array following the JSON:API pattern.
Example request: GET /v1/runs/123?include=workflow,machine
scheduling, running, success, cancelled, task_failed, error Arbitrary usage/billing metadata captured during a run
Related resources requested via the include query parameter