Skip to main content
GET
/
crm
/
pipelines
List Pipelines
curl --request GET \
  --url https://api.getoutbox.ai/crm/pipelines/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

include_archived
boolean
default:false

Include archived pipelines.

quick
boolean
default:false

Return a slim shape with stages inline and no counts.

Response

200 - application/json

Pipelines for the company.

results
object[]
required

Pipeline rows. Default shape: id, company_id, name, description, is_archived, timestamps, stage_count, opportunity_count, pipeline_value. With quick=true: id, name, stages[].