Skip to content

Get all Pipeline stages
Stable

Request

Security
SCAPIAuthToken
Path
pipeline_idstringrequired

ID of the Pipeline

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/pipelines/v0/pipelines/{pipeline_id}/stages/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Pipelines stages response

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }