Skip to main content
GET
Get an opportunity stage
A stage in the sales process used to track the progress of an opportunity.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The opportunity stage uuid.

Response

200

id
string

The unique identifier for the object.

name
string

The name of the opportunity stage.

description
string | null

The description of the opportunity stage.

probability
number

The win probability for opportunities at this stage, expressed as a decimal between 0 and 1.

statusId
enum<string>

The status of the stage.

Available options:
open,
won,
lost
isActive
boolean

Whether the opportunity stage is active.

opportunityPipelineId
string

The unique identifier for the parent opportunity pipeline.

createdAt
string<date-time>

The timestamp when the object was created.