Resources

Pipelines & Stages

A pipeline is a kanban board with ordered stages. Opportunities and projects move through a pipeline's stages over their lifecycle. Use these endpoints to discover the available pipelines and their stage IDs so you can place opportunities in the right column when you create them.

GET/v1/pipelines

List pipelines

Returns all pipelines for your workspace. The default pipeline is returned first.

Query parameters

NameTypeDescription
typeenumFilter by pipeline type. One of: opportunity, project, custom.
GET/v1/stages

List stages for a pipeline

Returns the ordered stages for a single pipeline.

Query parameters

NameTypeDescription
pipeline_idrequireduuidID of the pipeline whose stages you want to list.