{ "operationId": "get-apiv1analyticsexportslookupssegments", "method": "GET", "path": "/api/v1/analytics/exports/lookups/segments", "summary": "Get segments", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": [ { "id": 101, "title": "Active Users", "usage": "all", "category": "user_id", "is_hidden": false, "is_protected": false, "status": "published" } ], "metadata": { "cursor": { "after": "...", "before": null }, "limit": 50, "total_count": 1 } } } ] }