Skip to main content

StageRead

A stage is a position in a product's pipeline. Leads occupy exactly one stage at a time. Analytics roles/outcomes on stages drive the dashboard funnel rollups.

idIdrequired

Unique numeric identifier of the record.

product_idProduct Idrequired

ID of the product (workspace) that owns this record. Most endpoints scope access by product.

nameNamerequired

Human-readable stage name.

positionPositionrequired

Ordering of the stage within the pipeline (lower comes first).

analytics_role object

Role of the stage in funnel analytics — entry, progress, terminal, or ignore.

anyOf
StageAnalyticsRole

Possible values: [entry, progress, terminal, ignore]

analytics_outcome object

For terminal stages, the business outcome — success, escalation, refusal, disqualified, or other.

anyOf
StageAnalyticsOutcome

Possible values: [success, escalation, refusal, disqualified, other]

created_atdate-timerequired

Creation time (UTC, ISO 8601).

StageRead
{
"id": 0,
"product_id": 0,
"name": "string",
"position": 0,
"analytics_role": "entry",
"analytics_outcome": "success",
"created_at": "2024-07-29T15:51:28.071Z"
}