II.
Run JSON
Structured · liverun:01kqex-example-run-001
Example feature-build run json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "run:01kqex-example-run-001",
"_kind": "Run",
"_file": "lifecycle/runs/example-run.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "Example feature-build run",
"startedAt": "2026-01-01T00:00:00Z",
"status": "draft",
"processId": "process:example-feature-build",
"runDir": ".a5c/runs/01KQEX-EXAMPLE-RUN-001",
"createdAt": "2026-04-28T10:00:00Z",
"completionProof": null,
"currentStateId": "lifecycle-state:run.waiting"
},
"outgoingEdges": [
{
"from": "run:01kqex-example-run-001",
"to": "lifecycle-state:run.waiting",
"kind": "in_state"
},
{
"from": "run:01kqex-example-run-001",
"to": "state-machine:run",
"kind": "governed_by"
},
{
"from": "run:01kqex-example-run-001",
"to": "invocation:01kqex-invocation-001",
"kind": "spawned_invocation"
},
{
"from": "run:01kqex-example-run-001",
"to": "async-job:openai-batch-api",
"kind": "uses_async_job",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "async-job:anthropic-message-batches",
"kind": "uses_async_job",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "async-job:replicate-prediction",
"kind": "uses_async_job",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "async-job:gemini-batch-prediction",
"kind": "uses_async_job",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "async-job:openai-streaming-response",
"kind": "uses_async_job",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "resume-token:default-run-scope",
"kind": "issues_resume_token",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "resume-token:session-scoped",
"kind": "issues_resume_token",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "dispatch-preflight:default",
"kind": "has_preflight",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "reconciliation:timer-driven",
"kind": "performs_reconciliation",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "invocation:01kqex-invocation-001",
"kind": "spans",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "issue:linear-aca-390",
"kind": "triggered_by",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "issue:github-1234",
"kind": "triggered_by",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "compliance:soc-2",
"kind": "complies_with",
"attributes": {}
},
{
"from": "run:01kqex-example-run-001",
"to": "usage-record:01kqex-run-tokens",
"kind": "records_usage",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "run-attempt:01kqex-attempt-1",
"to": "run:01kqex-example-run-001",
"kind": "attempt_of_run",
"attributes": {}
},
{
"from": "invocation:01kqex-invocation-001",
"to": "run:01kqex-example-run-001",
"kind": "belongs_to_run"
},
{
"from": "run-attempt:retrying-example",
"to": "run:01kqex-example-run-001",
"kind": "attempt_of",
"attributes": {}
},
{
"from": "tenant:acme",
"to": "run:01kqex-example-run-001",
"kind": "scopes_runs",
"attributes": {}
}
]
}