Skip to main content
GET
/
fleet
List workspaces
curl --request GET \
  --url https://api.example.com/fleet

Response

[
  {
    "id": "uuid",
    "name": "Production",
    "is_default": true,
    "agent_count": 5,
    "created_at": "2026-01-15T10:30:00Z"
  },
  {
    "id": "uuid",
    "name": "Staging",
    "is_default": false,
    "agent_count": 2,
    "created_at": "2026-02-01T08:00:00Z"
  }
]