curl --request GET \
--url https://api.example.com/api/v1/runs/{id} \
--header 'Authorization: Bearer <token>'{
"run_id": "<string>",
"goal": "<string>",
"title": "<string>",
"labels": {},
"repository": {
"name": "api-server"
},
"created_at": "2023-11-07T05:31:56Z",
"status": {
"kind": "submitted"
},
"workflow_name": "<string>",
"workflow_slug": "<string>",
"host_repo_path": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"pending_control": "cancel",
"duration_ms": 1,
"elapsed_secs": 123,
"total_usd_micros": 123,
"superseded_by": "<string>"
}Returns the durable run summary for a run.
curl --request GET \
--url https://api.example.com/api/v1/runs/{id} \
--header 'Authorization: Bearer <token>'{
"run_id": "<string>",
"goal": "<string>",
"title": "<string>",
"labels": {},
"repository": {
"name": "api-server"
},
"created_at": "2023-11-07T05:31:56Z",
"status": {
"kind": "submitted"
},
"workflow_name": "<string>",
"workflow_slug": "<string>",
"host_repo_path": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"pending_control": "cancel",
"duration_ms": 1,
"elapsed_secs": 123,
"total_usd_micros": 123,
"superseded_by": "<string>"
}Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Unique run identifier (ULID).
Durable run summary
Durable run summary derived from the backing store.
Show child attributes
Reference to a repository by name.
Show child attributes
Lifecycle status of a run. archived is a terminal status reached by an explicit user action on a previously terminal (succeeded, failed, or dead) run; archived runs are hidden from default listings and are read-only until unarchived.
Show child attributes
Run control action requested by the API.
cancel, pause, unpause x >= 0