Skip to main content
GET
List stages in a pipeline

Authorizations

Authorization
string
header
required

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Path Parameters

pipeline_id
integer
required

ID of the pipeline. Shown in the Salesflow editor URL and in the pipeline settings.

Response

OK

Response for listing pipeline stages.

status
string
default:success

Always success.

Allowed value: "success"
data
PublicStageSchema · object[]

Stages ordered by position.

count
integer
default:0

Number of stages returned.