Skip to main content
GET
Get Run

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string
required

Response

Successful Response

Run response + the open gate + result summaries for the detail page.

id
string
required
org_id
string
required
status
string
required
name
string | null
phase
string | null
awaiting_gate
string | null
temporal_workflow_id
string | null
targets_total
integer
default:0
targets_completed
integer
default:0
targets_scored
integer
default:0
targets_errored
integer
default:0
targets_filtered
integer
default:0
outcome_counts
Outcome Counts · object
deliverables
Deliverables · object
report_files
Report Files · object
shortlist_selection
Shortlist Selection · object
cost
Cost · object | null
health
Health · object | null
error
string | null
created_by
string | null
created_at
string | null
updated_at
string | null
gate
CustomerIntelGateResponse · object | null

The currently-open gate for a run (resolution or shortlist), if any.

results
CxIntelResultSummary · object[]
exports
CustomerIntelExportResponse · object[]