Skip to main content
GET
/
api
/
v1
/
pipelines
/
{id}
/
stages
Buscar etapas da pipeline
curl --request GET \
  --url https://api.g1.datacrazy.io/api/v1/pipelines/{id}/stages \
  --header 'Authorization: Bearer <token>'
{
  "count": 100,
  "data": [
    {
      "id": "79db349b-324c-47d9-a276-056fa8b6bd28",
      "createdAt": "2025-09-09T16:25:20.446Z",
      "name": "Revenda",
      "color": "#FB7185",
      "index": 0,
      "activitiesCount": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
count
number
required
Example:

100

data
object[]