Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetAgent
Retrieve a single agent by its unique UUID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the agent to retrieve
Responses
Endpoint
GET/api/v1/agents/{uuid}
/api/v1/agents/{uuid}
Request Example
curl -X GET '{host}/api/v1/agents/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "agent-abc123-def456",
"name": "prod-agent-01",
"type": "log",
"version": "1.2.3",
"status": "online",
"endpoint": "http://192.168.1.10:7890",
"platformId": "plat-001-abc",
"region": "us-east-1"
}Change History
This API has no change history records yet.
