{ "info": { "_postman_id": "81cf83b7-6f64-4275-8c11-ca88fd93e090", "name": "Amigo Account Analytics API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T00:59:46.000Z", "updatedAt": "2026-07-28T00:59:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-81cf83b7-6f64-4275-8c11-ca88fd93e090" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "analytics", "item": [ { "name": "usage", "item": [ { "name": "Usage Summary", "id": "5927e248-310b-469c-8671-078a6a51f937", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/usage?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "usage" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "id": "2ec4b450-4df2-45d4-9d7e-4068019644c4", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Usage summary grouped by event type and date." }, "response": [ { "id": "ac8c8304-7b50-4ab1-97aa-70ce38b28fb3", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/usage?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "usage" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"buckets\": [\n {\n \"event_type\": \"\",\n \"event_date\": \"\",\n \"count\": \"\",\n \"avg_duration_seconds\": \"\",\n \"total_duration_seconds\": \"\"\n },\n {\n \"event_type\": \"\",\n \"event_date\": \"\",\n \"count\": \"\",\n \"avg_duration_seconds\": \"\",\n \"total_duration_seconds\": \"\"\n }\n ],\n \"total_events\": \"\"\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-ac8c8304-7b50-4ab1-97aa-70ce38b28fb3" }, { "id": "6ed8b343-b9de-4755-a0e4-9f2c3b7eeaf7", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/usage?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "usage" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-6ed8b343-b9de-4755-a0e4-9f2c3b7eeaf7" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-5927e248-310b-469c-8671-078a6a51f937" } ], "id": "bbd9c89d-9cf8-4641-80f1-106f50e82319", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-bbd9c89d-9cf8-4641-80f1-106f50e82319" }, { "name": "calls", "item": [ { "name": "advanced", "item": [ { "name": "Advanced Call Stats", "id": "a481d4e1-4ab9-4417-aa97-c6fae0006ecf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/advanced?days=30&date_from=&date_to=&interval=1d&service_id=&direction=outbound", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "advanced" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" }, { "description": "Filter by call direction: inbound or outbound", "key": "direction", "value": "outbound" } ], "variable": [ { "id": "e7196b3f-22e6-4866-afe5-cc335f7de1ca", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Percentile-based call metrics: p50/p95/p99 for duration, quality, latency." }, "response": [ { "id": "1cb3852d-cd61-43f8-92df-c2352db8aab3", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/advanced?days=30&date_from=&date_to=&interval=1d&service_id=&direction=outbound", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "advanced" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" }, { "description": "Filter by call direction: inbound or outbound", "key": "direction", "value": "outbound" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cillum_e9f\": \"dolore in veniam reprehenderit\",\n \"minim1\": -59124946\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-1cb3852d-cd61-43f8-92df-c2352db8aab3" }, { "id": "637d7887-4f0e-4ad5-bcd2-af863bb03aea", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/advanced?days=30&date_from=&date_to=&interval=1d&service_id=&direction=outbound", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "advanced" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" }, { "description": "Filter by call direction: inbound or outbound", "key": "direction", "value": "outbound" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-637d7887-4f0e-4ad5-bcd2-af863bb03aea" }, { "id": "36209aaa-d8ce-46d2-a0a4-7fefbe000c59", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/advanced?days=30&date_from=&date_to=&interval=1d&service_id=&direction=outbound", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "advanced" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" }, { "description": "Filter by call direction: inbound or outbound", "key": "direction", "value": "outbound" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-36209aaa-d8ce-46d2-a0a4-7fefbe000c59" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-a481d4e1-4ab9-4417-aa97-c6fae0006ecf" } ], "id": "20d7402b-e1a5-4252-a4dc-e0cae0807190", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-20d7402b-e1a5-4252-a4dc-e0cae0807190" }, { "name": "comparison", "item": [ { "name": "Call Comparison", "id": "bfb32671-dbb8-4fc6-8fb2-273271f7aaa8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/comparison?current_from=¤t_to=&previous_from=&previous_to=&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "comparison" ], "query": [ { "description": "(Required) Start of current period", "key": "current_from", "value": "" }, { "description": "(Required) End of current period", "key": "current_to", "value": "" }, { "description": "(Required) Start of previous period", "key": "previous_from", "value": "" }, { "description": "(Required) End of previous period", "key": "previous_to", "value": "" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "e5d422e8-8a59-47ea-b119-f152606861b8", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Period-over-period comparison of key call metrics." }, "response": [ { "id": "d02dd0bb-a87a-4f76-bbf7-360b8b6cdb8a", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/comparison?current_from=¤t_to=&previous_from=&previous_to=&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "comparison" ], "query": [ { "description": "(Required) Start of current period", "key": "current_from", "value": "" }, { "description": "(Required) End of current period", "key": "current_to", "value": "" }, { "description": "(Required) Start of previous period", "key": "previous_from", "value": "" }, { "description": "(Required) End of previous period", "key": "previous_to", "value": "" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"anim7\": 31888500.51254715,\n \"ut_1\": 83674623.74709782\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-d02dd0bb-a87a-4f76-bbf7-360b8b6cdb8a" }, { "id": "bec16672-b504-4563-b489-608bef419b5b", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/comparison?current_from=¤t_to=&previous_from=&previous_to=&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "comparison" ], "query": [ { "description": "(Required) Start of current period", "key": "current_from", "value": "" }, { "description": "(Required) End of current period", "key": "current_to", "value": "" }, { "description": "(Required) Start of previous period", "key": "previous_from", "value": "" }, { "description": "(Required) End of previous period", "key": "previous_to", "value": "" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-bec16672-b504-4563-b489-608bef419b5b" }, { "id": "51d06ddd-a2a4-4846-b19a-2fc072cb26af", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls/comparison?current_from=¤t_to=&previous_from=&previous_to=&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls", "comparison" ], "query": [ { "description": "(Required) Start of current period", "key": "current_from", "value": "" }, { "description": "(Required) End of current period", "key": "current_to", "value": "" }, { "description": "(Required) Start of previous period", "key": "previous_from", "value": "" }, { "description": "(Required) End of previous period", "key": "previous_to", "value": "" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-51d06ddd-a2a4-4846-b19a-2fc072cb26af" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-bfb32671-dbb8-4fc6-8fb2-273271f7aaa8" } ], "id": "eae1454a-2e06-419f-aff6-1635e4a28dce", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-eae1454a-2e06-419f-aff6-1635e4a28dce" }, { "name": "Call Stats", "id": "a7234c7b-6bd7-414d-8dce-b75cc2d0c8bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "id": "f27de73a-c129-4a32-8061-8812dd94ac14", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Call volume and duration statistics." }, "response": [ { "id": "91f61909-c243-451d-a311-8a0cbe708040", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"total_calls\": \"\",\n \"total_duration_seconds\": \"\",\n \"avg_duration_seconds\": \"\",\n \"calls_by_date\": [\n {\n \"date\": \"\",\n \"count\": \"\",\n \"avg_duration_seconds\": \"\"\n },\n {\n \"date\": \"\",\n \"count\": \"\",\n \"avg_duration_seconds\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-91f61909-c243-451d-a311-8a0cbe708040" }, { "id": "1343563c-ac1d-4f46-b53e-05c8a659f6d5", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/calls?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "calls" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-1343563c-ac1d-4f46-b53e-05c8a659f6d5" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-a7234c7b-6bd7-414d-8dce-b75cc2d0c8bc" } ], "id": "4b7c5e0b-0b94-4267-bc05-a63b5cd7e04d", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-4b7c5e0b-0b94-4267-bc05-a63b5cd7e04d" }, { "name": "events", "item": [ { "name": "Event Breakdown", "id": "5dde1d68-2560-445b-ad28-f2101edf8322", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/events?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "events" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "id": "67132931-c1ed-415c-a459-5c17d9d7abcd", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Event volume breakdown by type and source." }, "response": [ { "id": "c4912aed-9494-4b65-b237-18ed31590f9f", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/events?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "events" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"by_type\": [\n {\n \"key\": \"\",\n \"count\": \"\"\n },\n {\n \"key\": \"\",\n \"count\": \"\"\n }\n ],\n \"by_source\": [\n {\n \"key\": \"\",\n \"count\": \"\"\n },\n {\n \"key\": \"\",\n \"count\": \"\"\n }\n ],\n \"total_events\": \"\"\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-c4912aed-9494-4b65-b237-18ed31590f9f" }, { "id": "beadccc0-bcdc-4c73-b8ac-2623f3229a27", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/events?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "events" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-beadccc0-bcdc-4c73-b8ac-2623f3229a27" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-5dde1d68-2560-445b-ad28-f2101edf8322" } ], "id": "6010e076-aa53-4fba-ad36-7bfebc2d2ecc", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-6010e076-aa53-4fba-ad36-7bfebc2d2ecc" }, { "name": "data-quality", "item": [ { "name": "Data Quality Analytics", "id": "671659bd-96cd-458e-9954-5af4c0e22e92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/data-quality?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "data-quality" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "id": "dc331595-116f-404b-840d-0df48a80a0d3", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Data quality metrics: confidence distribution, review pipeline stats, daily trends." }, "response": [ { "id": "14f6f7f2-2215-40b8-93c1-a7ff098c55ff", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/data-quality?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "data-quality" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"confidence_distribution\": [\n {\n \"confidence_range\": \"\",\n \"count\": \"\"\n },\n {\n \"confidence_range\": \"\",\n \"count\": \"\"\n }\n ],\n \"confidence_by_source\": {\n \"incididunt_ab\": [\n {\n \"confidence_range\": \"\",\n \"count\": \"\"\n },\n {\n \"confidence_range\": \"\",\n \"count\": \"\"\n }\n ]\n },\n \"review_pipeline\": {\n \"laboris_8b9\": 38275211\n },\n \"timeseries\": [\n {\n \"minim__45\": 97179685.84327927\n },\n {\n \"laborisc10\": \"tempor nostrud\",\n \"tempor__\": 99337649.26084793\n }\n ],\n \"total_events\": \"\"\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-14f6f7f2-2215-40b8-93c1-a7ff098c55ff" }, { "id": "18e4eadd-b8c5-4cae-85cd-3a0632a703a6", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/data-quality?days=30", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "data-quality" ], "query": [ { "key": "days", "value": "30" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-18e4eadd-b8c5-4cae-85cd-3a0632a703a6" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-671659bd-96cd-458e-9954-5af4c0e22e92" } ], "id": "714a7f03-ef78-43a5-9cbb-f62241629652", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-714a7f03-ef78-43a5-9cbb-f62241629652" }, { "name": "dashboard", "item": [ { "name": "Analytics Dashboard", "id": "b04d5f4f-611e-4b58-8c79-6d3104edd587", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/dashboard?days=7", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "dashboard" ], "query": [ { "description": "Period length in days", "key": "days", "value": "7" } ], "variable": [ { "id": "9684e8eb-2c93-4328-ac03-bf6e0f6e41e7", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Composite analytics dashboard \u2014 top KPIs with period-over-period deltas." }, "response": [ { "id": "64d8802a-92b9-4707-bf99-f234bb6ce8d0", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/dashboard?days=7", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "dashboard" ], "query": [ { "description": "Period length in days", "key": "days", "value": "7" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"call_volume\": {\n \"value\": \"\",\n \"delta_pct\": \"\"\n },\n \"avg_quality\": {\n \"value\": \"\",\n \"delta_pct\": \"\"\n },\n \"avg_ttfb_ms\": {\n \"value\": \"\",\n \"delta_pct\": \"\"\n },\n \"escalation_rate\": {\n \"value\": \"\",\n \"delta_pct\": \"\"\n },\n \"tool_success_rate\": {\n \"value\": \"\",\n \"delta_pct\": \"\"\n },\n \"avg_duration_s\": {\n \"value\": \"\",\n \"delta_pct\": \"\"\n },\n \"period_days\": \"\"\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-64d8802a-92b9-4707-bf99-f234bb6ce8d0" }, { "id": "75fcb723-e443-4477-b568-7099caa1e8f6", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/dashboard?days=7", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "dashboard" ], "query": [ { "description": "Period length in days", "key": "days", "value": "7" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-75fcb723-e443-4477-b568-7099caa1e8f6" }, { "id": "a56d3b47-6241-4115-8d0e-909105ad9c31", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/dashboard?days=7", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "dashboard" ], "query": [ { "description": "Period length in days", "key": "days", "value": "7" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-a56d3b47-6241-4115-8d0e-909105ad9c31" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-b04d5f4f-611e-4b58-8c79-6d3104edd587" } ], "id": "563a75ac-37e1-4062-a71a-b18c6af789b5", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-563a75ac-37e1-4062-a71a-b18c6af789b5" }, { "name": "eval-quality", "item": [ { "name": "Eval Quality Analytics", "id": "dcfa290f-2079-4ef3-9379-4363fd6af5f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/eval-quality?days=30&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "eval-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "b1a78c47-3a10-4eba-ba1d-4f3e1c7143f3", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Production-eval pass-rate and score trends (channel-agnostic \u2014 voice, text, SMS, email)." }, "response": [ { "id": "a3de5e12-d068-4aa3-9b6a-8718da368663", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/eval-quality?days=30&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "eval-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"summary\": {\n \"total_evals\": \"\",\n \"judged\": \"\",\n \"eval_key\": \"\",\n \"pass_rate\": \"\",\n \"avg_score\": \"\"\n },\n \"by_eval_key\": [\n {\n \"total_evals\": \"\",\n \"judged\": \"\",\n \"eval_key\": \"\",\n \"pass_rate\": \"\",\n \"avg_score\": \"\"\n },\n {\n \"total_evals\": \"\",\n \"judged\": \"\",\n \"eval_key\": \"\",\n \"pass_rate\": \"\",\n \"avg_score\": \"\"\n }\n ],\n \"trend\": [\n {\n \"date\": \"\",\n \"total_evals\": \"\",\n \"judged\": \"\",\n \"pass_rate\": \"\",\n \"avg_score\": \"\"\n },\n {\n \"date\": \"\",\n \"total_evals\": \"\",\n \"judged\": \"\",\n \"pass_rate\": \"\",\n \"avg_score\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-a3de5e12-d068-4aa3-9b6a-8718da368663" }, { "id": "628a3170-a45f-4707-88e8-ab0dcb879565", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/eval-quality?days=30&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "eval-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-628a3170-a45f-4707-88e8-ab0dcb879565" }, { "id": "9317fc25-47aa-4693-b93d-b4146588290b", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/eval-quality?days=30&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "eval-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-9317fc25-47aa-4693-b93d-b4146588290b" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-dcfa290f-2079-4ef3-9379-4363fd6af5f4" } ], "id": "bf4e481c-37cc-4631-9a9d-a0438017a35c", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-bf4e481c-37cc-4631-9a9d-a0438017a35c" }, { "name": "call-quality", "item": [ { "name": "Call Quality Analytics", "id": "55097db7-6ae1-47e2-9f12-948122d34e54", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/call-quality?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "call-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "01046773-4d58-4c07-9ec8-cf4cbf2aab5b", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Call quality score trends, distribution, and summary statistics." }, "response": [ { "id": "934b8192-f4a4-4533-a045-c6168ab609f1", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/call-quality?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "call-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"summary\": {\n \"total_calls\": \"\",\n \"escalation_rate\": \"\",\n \"avg_quality_score\": \"\",\n \"p50_quality_score\": \"\",\n \"p95_quality_score\": \"\",\n \"avg_duration_seconds\": \"\"\n },\n \"trend\": [\n {\n \"date\": \"\",\n \"call_count\": \"\",\n \"escalation_count\": \"\",\n \"avg_quality\": \"\"\n },\n {\n \"date\": \"\",\n \"call_count\": \"\",\n \"escalation_count\": \"\",\n \"avg_quality\": \"\"\n }\n ],\n \"quality_distribution\": {\n \"excellent_90_100\": \"\",\n \"good_70_89\": \"\",\n \"fair_50_69\": \"\",\n \"poor_0_49\": \"\"\n }\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-934b8192-f4a4-4533-a045-c6168ab609f1" }, { "id": "fedf8489-83e9-4b53-a660-6d64367ebb75", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/call-quality?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "call-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-fedf8489-83e9-4b53-a660-6d64367ebb75" }, { "id": "43915f23-55c5-4203-ad6b-7152c261221e", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/call-quality?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "call-quality" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-43915f23-55c5-4203-ad6b-7152c261221e" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-55097db7-6ae1-47e2-9f12-948122d34e54" } ], "id": "b672a750-1968-402b-abc5-d65b1244bfcd", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-b672a750-1968-402b-abc5-d65b1244bfcd" }, { "name": "emotion-trends", "item": [ { "name": "Emotion Trends", "id": "84c18067-af49-4a16-86d3-4bbab0668eca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/emotion-trends?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "emotion-trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "2b0fbc6a-432b-4d29-8ab2-cbe17255fa4b", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Emotion distribution and valence/arousal trends." }, "response": [ { "id": "6c1e1d38-69cc-4684-879e-91cb4a37b595", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/emotion-trends?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "emotion-trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"aliquip_aa2\": \"Lorem sunt\"\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-6c1e1d38-69cc-4684-879e-91cb4a37b595" }, { "id": "941ec69e-8fad-4989-84ac-f285f8b907c6", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/emotion-trends?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "emotion-trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-941ec69e-8fad-4989-84ac-f285f8b907c6" }, { "id": "3d9f9ecf-09fd-49f8-9fd0-0cf8f53f00fa", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/emotion-trends?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "emotion-trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-3d9f9ecf-09fd-49f8-9fd0-0cf8f53f00fa" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-84c18067-af49-4a16-86d3-4bbab0668eca" } ], "id": "b20740f4-4953-4afe-87d8-621abd688945", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-b20740f4-4953-4afe-87d8-621abd688945" }, { "name": "latency", "item": [ { "name": "Latency Analytics", "id": "3e6c074a-27b3-41be-aa2f-427a20bd3867", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/latency?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "latency" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "5b43d020-0b44-46b1-9338-86058eff28e8", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Voice latency metrics \u2014 p50/p95/p99 by component with trends." }, "response": [ { "id": "5f4cbfc0-8077-4f84-9087-9f101b033bf7", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/latency?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "latency" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"sit_6\": 10095369\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-5f4cbfc0-8077-4f84-9087-9f101b033bf7" }, { "id": "29b22e74-9176-4cae-9e2d-b8c70d1518f1", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/latency?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "latency" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-29b22e74-9176-4cae-9e2d-b8c70d1518f1" }, { "id": "3e1d3b63-3212-4bfd-9656-a645ad5668bc", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/latency?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "latency" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-3e1d3b63-3212-4bfd-9656-a645ad5668bc" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-3e6c074a-27b3-41be-aa2f-427a20bd3867" } ], "id": "036d87d3-9b4e-4aba-9bf3-e7713319ed2e", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-036d87d3-9b4e-4aba-9bf3-e7713319ed2e" }, { "name": "tool-performance", "item": [ { "name": "Tool Performance Analytics", "id": "e91de12b-e4d9-47fb-b7bd-95f338cf1278", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/tool-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "tool-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "27ec7e39-8879-4948-9f1c-37d21c49e765", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Tool execution analytics \u2014 success rates, failure trends." }, "response": [ { "id": "603a6f71-48f9-41db-aaa0-280a2ddbb22b", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/tool-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "tool-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cupidatat_5__\": \"dolor id cillum Lorem consectet\",\n \"in5\": false\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-603a6f71-48f9-41db-aaa0-280a2ddbb22b" }, { "id": "51ba90b8-eb95-4fc5-b238-ea92a1c6bb15", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/tool-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "tool-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-51ba90b8-eb95-4fc5-b238-ea92a1c6bb15" }, { "id": "41d72f5a-adc1-4cc2-9562-86b1b4083075", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/tool-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "tool-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-41d72f5a-adc1-4cc2-9562-86b1b4083075" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-e91de12b-e4d9-47fb-b7bd-95f338cf1278" } ], "id": "10d59760-86dd-44a1-b117-2e62e71afbad", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-10d59760-86dd-44a1-b117-2e62e71afbad" }, { "name": "operator-performance", "item": [ { "name": "Operator Performance Analytics", "id": "2e65f892-06e0-45ac-9ba7-225332d5e326", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/operator-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "operator-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "id": "e141f826-9e4f-4316-9ebe-3acca3849236", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Operator escalation stats and quality comparison." }, "response": [ { "id": "0d286209-0d9d-4bff-aa03-e9031180f625", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/operator-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "operator-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"summary\": {\n \"total_calls\": \"\",\n \"escalated_count\": \"\",\n \"escalation_rate\": \"\",\n \"operator_handled_count\": \"\",\n \"avg_escalated_duration_seconds\": \"\",\n \"avg_escalated_quality_score\": \"\",\n \"avg_non_escalated_quality_score\": \"\"\n },\n \"trend\": [\n {\n \"date\": \"\",\n \"total_calls\": \"\",\n \"escalated_count\": \"\"\n },\n {\n \"date\": \"\",\n \"total_calls\": \"\",\n \"escalated_count\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-0d286209-0d9d-4bff-aa03-e9031180f625" }, { "id": "390dd441-ec0d-4b01-89c9-f9b18e647527", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/operator-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "operator-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-390dd441-ec0d-4b01-89c9-f9b18e647527" }, { "id": "fec291e9-06e0-4887-88d4-21deb3da0637", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/operator-performance?days=30&date_from=&date_to=&interval=1d&service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "operator-performance" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-fec291e9-06e0-4887-88d4-21deb3da0637" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-2e65f892-06e0-45ac-9ba7-225332d5e326" } ], "id": "f754f894-0633-4184-a61f-7cd41c2a557b", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-f754f894-0633-4184-a61f-7cd41c2a557b" }, { "name": "agents", "item": [ { "name": "Get Agent Analytics", "id": "ba65e3ef-a817-40d9-b2f1-d0a58d3e7228", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/agents?days=30&date_from=&date_to=&period=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "agents" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "period", "value": "" } ], "variable": [ { "id": "d51c22f3-5c2c-4ce8-bd07-6a297659cc7f", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-agent (service) call volume, completion rate, and avg duration." }, "response": [ { "id": "96f931ec-31a9-42ea-b5e9-222b56f8dee2", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/agents?days=30&date_from=&date_to=&period=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "agents" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "period", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"agents\": [\n {\n \"agent_id\": \"\",\n \"agent_name\": \"\",\n \"total_calls\": \"\",\n \"completed_calls\": \"\",\n \"avg_duration_seconds\": \"\",\n \"completion_rate\": \"\"\n },\n {\n \"agent_id\": \"\",\n \"agent_name\": \"\",\n \"total_calls\": \"\",\n \"completed_calls\": \"\",\n \"avg_duration_seconds\": \"\",\n \"completion_rate\": \"\"\n }\n ],\n \"period\": \"\"\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-96f931ec-31a9-42ea-b5e9-222b56f8dee2" }, { "id": "dab1c3f2-1e52-439a-84a1-9562af81f6bc", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/agents?days=30&date_from=&date_to=&period=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "agents" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "period", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-dab1c3f2-1e52-439a-84a1-9562af81f6bc" }, { "id": "7c9e242a-cf90-4bf2-98cc-69d42e554c58", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/agents?days=30&date_from=&date_to=&period=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "agents" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "period", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-7c9e242a-cf90-4bf2-98cc-69d42e554c58" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-ba65e3ef-a817-40d9-b2f1-d0a58d3e7228" } ], "id": "8ebb3f69-4221-4484-ae58-633795a202b3", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-8ebb3f69-4221-4484-ae58-633795a202b3" }, { "name": "surfaces", "item": [ { "name": "completion-rates", "item": [ { "name": "Surface Completion Rates", "id": "b59d7467-02bf-470c-915a-7869e6bceaad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/completion-rates?days=30&date_from=&date_to=&interval=1d&entity_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "completion-rates" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "description": "Filter by entity ID", "key": "entity_id", "value": "" } ], "variable": [ { "id": "70ca61e7-23d4-4e36-81d0-09ec4412fbed", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Surface completion rates: overall, by source, time-bucketed trend." }, "response": [ { "id": "21a257ab-4da3-456e-8d5f-b4e2fc033146", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/completion-rates?days=30&date_from=&date_to=&interval=1d&entity_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "completion-rates" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "description": "Filter by entity ID", "key": "entity_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dolore_a\": false,\n \"laboris_46\": 57072006,\n \"dolor__80\": -21165222\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-21a257ab-4da3-456e-8d5f-b4e2fc033146" }, { "id": "37dca648-ddc0-4f3a-ac6a-66bc4163d483", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/completion-rates?days=30&date_from=&date_to=&interval=1d&entity_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "completion-rates" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "description": "Filter by entity ID", "key": "entity_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-37dca648-ddc0-4f3a-ac6a-66bc4163d483" }, { "id": "01dd833f-df32-4db4-a92d-56dd98fcf319", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/completion-rates?days=30&date_from=&date_to=&interval=1d&entity_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "completion-rates" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "interval", "value": "1d" }, { "description": "Filter by entity ID", "key": "entity_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-01dd833f-df32-4db4-a92d-56dd98fcf319" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-b59d7467-02bf-470c-915a-7869e6bceaad" } ], "id": "d78f4f6e-c03d-4f1d-8387-4c6e97a0b0f3", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-d78f4f6e-c03d-4f1d-8387-4c6e97a0b0f3" }, { "name": "channel-effectiveness", "item": [ { "name": "Surface Channel Effectiveness", "id": "99af5717-b466-43b4-ab3e-746b6e020af5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/channel-effectiveness?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "channel-effectiveness" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "id": "e57ad0d8-2dbb-49f3-a6f2-5e138e14f1e2", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-channel completion rate and average time to complete." }, "response": [ { "id": "21594fba-d39c-4707-99e0-8657a6c6cf64", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/channel-effectiveness?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "channel-effectiveness" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pariatur_8\": false,\n \"eiusmod_f0\": -14612271.61362864\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-21594fba-d39c-4707-99e0-8657a6c6cf64" }, { "id": "a14ff599-6b76-4a9b-80ea-078a5fc023da", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/channel-effectiveness?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "channel-effectiveness" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-a14ff599-6b76-4a9b-80ea-078a5fc023da" }, { "id": "4ad0e0db-042b-4e82-a90d-3ba9c3a96b00", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/channel-effectiveness?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "channel-effectiveness" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-4ad0e0db-042b-4e82-a90d-3ba9c3a96b00" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-99af5717-b466-43b4-ab3e-746b6e020af5" } ], "id": "48ffa25f-04c9-4e75-93f8-0f396e418842", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-48ffa25f-04c9-4e75-93f8-0f396e418842" }, { "name": "field-abandonment", "item": [ { "name": "Surface Field Abandonment", "id": "ad1a96a9-304e-4dc4-aa71-63b79db8701b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/field-abandonment?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "field-abandonment" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "id": "b02ce561-3a35-4f21-b953-f7163de82be2", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Field-level drop-off analysis for abandoned surfaces." }, "response": [ { "id": "99461dd2-439b-44c1-9830-bedaabf33d8f", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/field-abandonment?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "field-abandonment" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"aute_dbd\": true,\n \"anim__3\": -96512028.5672707,\n \"ex__8\": -59403733\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-99461dd2-439b-44c1-9830-bedaabf33d8f" }, { "id": "8000ba23-a9d3-4e12-a589-6c914212437c", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/field-abandonment?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "field-abandonment" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-8000ba23-a9d3-4e12-a589-6c914212437c" }, { "id": "33ca9500-14eb-4a3b-9c00-53adf13e3e1f", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/field-abandonment?days=30&date_from=&date_to=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "field-abandonment" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-33ca9500-14eb-4a3b-9c00-53adf13e3e1f" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-ad1a96a9-304e-4dc4-aa71-63b79db8701b" } ], "id": "d8d5f702-cdfe-4caa-bc07-7408055bc729", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-d8d5f702-cdfe-4caa-bc07-7408055bc729" }, { "name": "entity", "item": [ { "name": "{entity_id}", "item": [ { "name": "Entity Surface History", "id": "406f85ce-bcab-4ecc-8ea1-500fad9c4b54", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/entity/:entity_id?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "entity", ":entity_id" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "id": "84b3b81f-0483-4694-a712-533f0fe8a65a", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "409ef9cb-0868-4e1c-b864-13b7893969ce", "key": "entity_id", "value": "", "description": "(Required) " } ] }, "description": "Per-entity surface history with preferred channel and completion stats." }, "response": [ { "id": "5f4142e9-6cf8-4d45-b472-5463adb3462d", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/entity/:entity_id?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "entity", ":entity_id" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "key": "workspace_id" }, { "key": "entity_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"magna30b\": -72566269.18352231,\n \"qui5\": true,\n \"in__\": 49545374,\n \"veniam__56\": true\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-5f4142e9-6cf8-4d45-b472-5463adb3462d" }, { "id": "0db19d75-6fb0-42aa-beb9-7be558b86704", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/entity/:entity_id?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "entity", ":entity_id" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "key": "workspace_id" }, { "key": "entity_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-0db19d75-6fb0-42aa-beb9-7be558b86704" }, { "id": "1d6846bd-67a3-4024-aca2-d93b307443d6", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/analytics/surfaces/entity/:entity_id?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "analytics", "surfaces", "entity", ":entity_id" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "key": "workspace_id" }, { "key": "entity_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-1d6846bd-67a3-4024-aca2-d93b307443d6" } ], "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-406f85ce-bcab-4ecc-8ea1-500fad9c4b54" } ], "id": "befd62ec-eb39-46af-b09f-a07536c4e165", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-befd62ec-eb39-46af-b09f-a07536c4e165" } ], "id": "37333a70-d4d1-47d6-8481-caa141cb25cd", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-37333a70-d4d1-47d6-8481-caa141cb25cd" } ], "id": "f585a324-9876-4872-bb82-c152507c47ff", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-f585a324-9876-4872-bb82-c152507c47ff" } ], "id": "70a32ab4-db3a-4c1d-97a6-395d6fdfbcd5", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-70a32ab4-db3a-4c1d-97a6-395d6fdfbcd5" } ], "id": "e7b90e51-0704-4fdf-9480-8e709e133189", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-e7b90e51-0704-4fdf-9480-8e709e133189" } ], "id": "a796c2aa-1b60-418d-9223-96246080b3b4", "createdAt": "2026-07-28T00:59:47.000Z", "updatedAt": "2026-07-28T00:59:47.000Z", "uid": "35240-a796c2aa-1b60-418d-9223-96246080b3b4" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }