Get a run result

View as Markdown
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

spaceIdstringRequired
runIdstringRequired

Response

The durable, grounded run result.
versioninteger-9007199254740991-9007199254740991
runIdstring
actionSlugstring
unitenum
fieldKeyslist of strings
schemamap from strings to any or null

The applied (or inferred) extraction schema.

docslist of objects
createdAtdatetime
finishedAtdatetime or null
evidenceOmittedtrue
The size guard dropped the citations.
dataOmittedtrue
The size guard dropped the values too.