Skip to main content
GET
Get an Opportunity

Path Parameters

opportunity_id
string<uuid>
required

Query Parameters

include_reasoning
boolean
default:false

When true, each custom_field_<uuid> key is returned as an object with inline AI reasoning: {value, reasoning, confidence, citations}.

Response

Successful Response

data
OpportunityDetailResponse · object
required

Single-resource opportunity response.

With include_reasoning=true, each custom_field_<uuid> key holds a {value, reasoning, confidence, citations} object instead of the bare value.

meta
ResponseMeta · object