cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/published-pipelines \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [ { "name": "My pipeline", "publishedTime": "2023-11-07T05:31:56Z" } ], "size": 50, "total": 472 }
An endpoint for listing published pipelines
a valid bearer token
Pipelines have 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?