Skip to content

Get all Operation Lists attached to the Stage
Stable

Request

Security
pipelines_SCAPIAuthToken
Path
stage_idstringrequired

ID of the Stage

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

Responses

All Operation Lists attached to the Stage

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