Skip to content

Get all Pipelines for the Enterprise
Stable

Request

Returns all the Pipelines that are not deleted

Security
SCAPIAuthToken
Query
defaultboolean
Enum:truefalse
namestring

Filter by name

orderingstring

Sorting pipelines based on the field name

Enum:"name""-name"
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/pipelines/v0/pipelines/?default=true&name=string&ordering=name' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Pipelines list for the Enterprise

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