cURL
curl --request GET \ --url https://api.example.com/fleet
Retrieve all workspaces for the authenticated user.
[ { "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" } ]