Skip to content

Get all Operations in the Operation List
Stable

Request

Security
SCAPIAuthToken
Path
operationlist_idstringrequired

ID of the Operation List

Query
operation_typestring

Operation Type to filter on as defined in Operation_POST model

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/pipelines/v0/operationlists/{operationlist_id}/operations/?operation_type=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

All Operations in Operation List

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