cURL
curl --request GET \ --url 'https://api.example.com/fleet?id=uuid'
Retrieve details for a specific workspace including its agents.
{ "id": "uuid", "name": "Production", "is_default": true, "description": "Production agents", "agent_count": 5, "agents": [ { "id": "uuid", "name": "code-reviewer", "status": "connected", "termination_status": "active", "last_health_check_at": "2026-03-28T07:00:00Z", "last_health_status": "healthy" } ], "created_at": "2026-01-15T10:30:00Z" }