cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/projects \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [ { "description": "Dev project", "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "DPC Etl" } ], "size": 50, "total": 472 }
An endpoint for listing projects.
a valid bearer token
Projects 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?