Skip to content

Get all Operations for the Stage Run
Stable

Request

Security
pipelines_SCAPIAuthToken
Path
stage_run_idstringrequired

Stage run Id

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

Responses

All Operations for the Stage Run

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