{ "info": { "_postman_id": "2ba6c6ad-f12b-4bdc-a94f-49920f4ab56c", "name": "Amigo Account Sensorium API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-2ba6c6ad-f12b-4bdc-a94f-49920f4ab56c" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "sensorium", "item": [ { "name": "connector-health", "item": [ { "name": "Per-source event health for the workspace (last 24h)", "id": "3606b21a-a364-41ec-b4db-171d9ef1dc48", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/sensorium/connector-health", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "sensorium", "connector-health" ], "variable": [ { "id": "77d809ea-e1f8-4c79-8cd5-09dc05d351fd", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7c8dcab5-9b0a-4b39-be8d-12880f86516b", "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/sensorium/connector-health", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "sensorium", "connector-health" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"as_of\": \"\",\n \"read_model_status\": \"unavailable\",\n \"sources\": [\n {\n \"source\": \"\",\n \"events_per_minute\": \"\",\n \"events_last_hour\": \"\",\n \"events_last_24h\": \"\",\n \"last_ingested_at\": \"\",\n \"freshness\": \"quiet\"\n },\n {\n \"source\": \"\",\n \"events_per_minute\": \"\",\n \"events_last_hour\": \"\",\n \"events_last_24h\": \"\",\n \"last_ingested_at\": \"\",\n \"freshness\": \"quiet\"\n }\n ],\n \"read_model_synced_at\": \"\"\n}", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-7c8dcab5-9b0a-4b39-be8d-12880f86516b" } ], "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-3606b21a-a364-41ec-b4db-171d9ef1dc48" } ], "id": "24c4fbe4-2e37-4072-b1b2-6af02f2d7fe5", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-24c4fbe4-2e37-4072-b1b2-6af02f2d7fe5" }, { "name": "loop-latency", "item": [ { "name": "Sense\u2192act latency distribution for the workspace", "id": "330efb35-3400-4e0d-ae10-d69b95ef3c50", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/sensorium/loop-latency?window_hours=24", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "sensorium", "loop-latency" ], "query": [ { "description": "Window size in hours (1-168).", "key": "window_hours", "value": "24" } ], "variable": [ { "id": "48bf5a97-a665-4c77-bea1-bb30d5083267", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "89ef8927-c8b3-4a09-8231-3935186cfcca", "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/sensorium/loop-latency?window_hours=24", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "sensorium", "loop-latency" ], "query": [ { "description": "Window size in hours (1-168).", "key": "window_hours", "value": "24" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"as_of\": \"\",\n \"window_hours\": \"\",\n \"overall_count\": \"\",\n \"overall_p50_seconds\": \"\",\n \"sparkline\": [\n {\n \"hour\": \"\",\n \"count\": \"\",\n \"p50_seconds\": \"\"\n },\n {\n \"hour\": \"\",\n \"count\": \"\",\n \"p50_seconds\": \"\"\n }\n ],\n \"truncated\": false\n}", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-89ef8927-c8b3-4a09-8231-3935186cfcca" }, { "id": "41e9efa3-bdf9-4424-a8f6-babae73e5aa7", "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/sensorium/loop-latency?window_hours=24", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "sensorium", "loop-latency" ], "query": [ { "description": "Window size in hours (1-168).", "key": "window_hours", "value": "24" } ], "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-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-41e9efa3-bdf9-4424-a8f6-babae73e5aa7" } ], "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-330efb35-3400-4e0d-ae10-d69b95ef3c50" } ], "id": "8263eff7-b10f-4d9e-ba5c-b3d280bb0206", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-8263eff7-b10f-4d9e-ba5c-b3d280bb0206" } ], "id": "89e8cfbd-81b5-4877-aee3-1aa2583e51aa", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-89e8cfbd-81b5-4877-aee3-1aa2583e51aa" } ], "id": "c85bb5c0-7737-4f2a-b3df-03732d91c8ce", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-c85bb5c0-7737-4f2a-b3df-03732d91c8ce" } ], "id": "494848fb-2809-4bcc-9ce5-d6e177502ddd", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:51.000Z", "uid": "35240-494848fb-2809-4bcc-9ce5-d6e177502ddd" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }