cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/agents \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [ { "agentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "agentStatus": "running", "agentType": "data_productivity_cloud", "cloudProvider": "aws", "connected": true, "deployment": "fargate", "description": "An AWS Agent", "name": "AWS Agent", "pausedUntil": "2025-01-01T00:00:00.000Z" } ], "size": 50, "total": 472 }
Lists All Agents, including summary details for each Agent
a valid bearer token
Success
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?