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