- Mock serverhttps://api.esper.io/_mock/openapi/pipelines/v0/stageruns/{stage_run_id}/operations/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/pipelines/v0/stageruns/{stage_run_id}/operations/
curl -i -X GET \
'https://api.esper.io/_mock/openapi/pipelines/v0/stageruns/{stage_run_id}/operations/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [ … ] } }