Skip to content

Get all Stage Runs for the Pipeline Run
Stable

Request

Security
pipelines_SCAPIAuthToken
Path
pipeline_run_idstringrequired

ID of the Pipeline Run

Query
statusstring

Status of stage run

Enum:"pending""queued""processing""running""complete""success""failure""cancelled""invalid""timeout"
cURL
curl -i -X GET \
  'https://api.esper.io/_mock/openapi/pipelines/v0/runs/{pipeline_run_id}/stageruns/?status=pending' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

All Stage Runs for the Pipeline Run

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