v1
latestOpenAPI 3.1.02026-07-22106199311.5 KBAgents
Get agent details
Retrieves details for a specific agent
get/v1/agents/{agentId}
Path parameters
agentIdstring required
The ID of the agent to retrieve
Response
Success
Example response
{
"agentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"agentStatus": "running",
"agentType": "data_productivity_cloud",
"cloudProvider": "aws",
"connected": true,
"deployment": "fargate",
"description": "An AWS Agent",
"enableAutoUpdates": true,
"name": "AWS Agent",
"pausedUntil": "2025-01-01T00:00:00.000Z",
"restrictedAccess": true,
"versionDetails": {
"agentVersion": "1.0.0",
"support": "SUPPORTED",
"trackName": "current",
"trackReleaseDate": "2025-01-01T00:00:00.000Z",
"trackVersion": "1.0.0"
}
}