Get one action run

View as Markdown
Fetches a single run by id within the space. Requires `space:read` (denied → 404); a `runId` belonging to another space also 404s. Returns 200 `{ data: ActionRun }` with the run's `status` (`running` | `awaiting_input` | `done` | `failed`), `error`, `output`, `documents` (input files), `outputs` (downloadable byproducts — each `fileId` streams via `getRunOutput`), `artifacts` (rendered links) and `awaitingInput`. Callers who lack `space:contribute` get capability fields (URLs, storage references, and `artifacts`) redacted.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Response

The run.
dataobject