v1
latestOpenAPI 3.1.02026-07-241630614.2 KBPipeline stages list
This method allows to get a list of pipeline stages on the account.
get/api/v4/leads/pipelines/{pipeline_id}/statuses
Path parameters
pipeline_idinteger required
Pipeline ID
Query parameters
with'descriptions'
Stage description
Response
200
Example response
{
"_total_items": 7,
"_embedded": {
"statuses": [
{
"id": 58141803,
"name": "Incoming leads",
"sort": 10,
"pipeline_id": 6950551,
"color": "#c1c1c1",
"type": 1,
"account_id": 31361463,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/pipelines/6950551/statuses/58141803"
}
}
}
]
}
}