cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/steps \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [ { "childPipeline": { "id": "b715b912-41fb-402c-ad3b-1807313670e3", "name": "start" }, "id": "b715b912-41fb-402c-ad3b-1807313670e8", "name": "start", "result": "SUCCESS" } ], "size": 50, "total": 472 }
Represents a single execution of a pipeline triggered from a step of another pipeline.
a valid bearer token
Pipeline status has been retrieved
The 0-indexed page number of the returned results.
1
Page of results or empty.
Show child attributes
The size of each page of results.
50
Total number of available results across all pages.
472
Was this page helpful?