v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Run Internals

Get Run State

Returns the internal event-sourced run projection. This is not a stable public contract.

get/api/v1/runs/{id}/state

Path parameters

idstring required

Unique run identifier (ULID).

Response

Current run projection

titlestring

Resolved run title from the event log.

parent_idstring nullable

Current orchestration parent run ID, if linked.

web_urlstring nullable

Absolute web UI URL for this run when server web settings are configured.

archived_atstring date-time nullable
status_updated_atstring date-time required
last_event_atstring date-time required
pending_control'cancel' | 'pause' | 'unpause'

Run control action requested by the API.

superseded_bystring nullable
retried_fromstring nullable

Source run ID when this run was created by manual retry.

pending_interviewsobject required
stagesobject required

Map from StageId (node_id@visit) to stage projection data.