Skip to main content
GET
Analysis status for a deal

Authorizations

Authorization
string
header
required

An Originalis API key: Authorization: Bearer ak_...

Path Parameters

deal_id
string
required

Response

Successful Response

Lifecycle of one submitted analysis (the shared action vocabulary).

deal_id
string
required
status
string
required

'queued' | 'running' | 'succeeded' | 'failed'. Analysis takes minutes — poll with backoff, not a tight loop.

as_of
string<date-time>
required
progress
DealAnalysisProgress · object | null

Stage-level progress while the analysis runs; null before the pipeline reports and after it finishes.

result_url
string | null

Set when status is 'succeeded': GET the deal record here.