Get a run result
Fetches the durable, grounded result of a terminal extract-structured run: one entry per source document with extracted `data`, per-field `evidence` (source citations), envelope (`unit`, `fieldKeys`, `schema`) and per-document status. Requires `space:read` (denied → 404, which also hides the space's existence). Returns 404 while the run is still `running` or when no result exists. Response status and headers are preserved.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
runId
Response
The durable, grounded run result.
version
runId
actionSlug
unit
fieldKeys
schema
The applied (or inferred) extraction schema.
docs
createdAt
finishedAt
evidenceOmitted
The size guard dropped the citations.
dataOmitted
The size guard dropped the values too.