Skip to content

Get single Operation for the Stage Run
Stable

Request

Security
pipelines_SCAPIAuthToken
Path
stage_run_idstringrequired

Stage run Id

stage_run_operation_idstringrequired

Stage run operation Id

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

Responses

Operation for the Stage Run

Bodyapplication/json
codeinteger
messagestring
contentobject(pipelines_StageRunOperation)
Response
{ "code": 0, "message": "string", "content": { "id": "string", "operation_type": "string", "args": "string", "created_by": 0, "updated_by": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }