Skip to main content
GET
Get a deal record

Authorizations

Authorization
string
header
required

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

Path Parameters

deal_id
string
required

Query Parameters

view
enum<string>
default:default

'default' returns the structured record; 'full' adds the per-section analysis (scores + summaries) in analysis.

Available options:
default,
full

Response

Successful Response

Structured detail for a single deal.

deal_id
string
required
company_name
string
required
as_of
string<date-time>
required
kind
enum<string>
default:company
Available options:
company,
fund
company_url
string | null
subtitle
string | null
deal_status
string | null

Kanban status (canonical spelling).

stage
string | null

Funding stage, e.g. 'Seed', 'Series A'.

sectors
string[]
location
string | null
year_founded
integer | null
current_round
string | null

Round currently being raised, e.g. 'Series A'.

current_raise
string | null

Amount being raised, e.g. '$7.6M'.

last_round_amount
string | null

Amount raised in the last completed round.

overall_score
number | null

Originalis analysis score (0-100); null when not yet scored.

founders
PublicDealFounder · object[]
analysis
PublicDealSection · object[] | null

Per-section analysis (scores + summaries). Present only with ?view=full; sections the analysis hid are excluded.

in_progress
boolean
default:false

True while deck analysis is still populating this deal — fields may be partial. Re-fetch later for the complete record.