Skip to main content
GET
Get Run Review

Authorizations

X-API-Key
string
header
required

Path Parameters

run_id
integer
required

Cookies

wos-session
string
datalab_active_team
string

Response

Successful Response

Everything the full run review renders (frontend spec §4): chrome (the run card), the source surfaces (pages OR sheets — never both), the per-shape result pane payload, and the projected trace.

Deliberately NOT here: any listing of the run's workspace files. The review shows the run's own output and derived views of it; raw workspace browsing would put storage paths in front of a customer.

run
RunResponse · object
required

RunCard-shaped (snake_case): the drawer/board consume this.

output
RunOutputResponse · object
required

Per-shape result payloads for the review's result pane (frontend RunOutput). Only the fields the run's shape produced are populated.

pages
RunPageResponse · object[]

Page surfaces (pdf/image docs). EMPTY for spreadsheet runs — no page images exist for xlsx, matching production; the source pane is sheets.

sheets
RunSheetResponse · object[]

Sheet surfaces (spreadsheet docs): per-sheet block HTML + cell-range bounds for the sheet-tab source pane. EMPTY for page docs.

trace
TraceStepResponse · object[]
doc_aliases
Doc Aliases · object

Workspace filename → original input filename. The sandbox anonymizes the staged document to .; this maps those names back for display.