{ "info": { "_postman_id": "9339155d-1ea9-4cc9-b3f5-78f7d49ad988", "name": "Amigo Account Dashboards API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:42.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-9339155d-1ea9-4cc9-b3f5-78f7d49ad988" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "dashboards", "item": [ { "name": "{dashboard_id}", "item": [ { "name": "execute", "item": [ { "name": "Execute Dashboard", "id": "937d601a-3ca7-42be-a601-8f923fdfc14b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filter_values\": {\n \"cillum7c\": -31934523.054529324,\n \"eiusmod6a0\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id/execute", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id", "execute" ], "variable": [ { "id": "a6f9f962-80db-498a-b40f-77a9dace7f13", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "e1f09403-0d61-454a-a6c6-ab3425f63faa", "key": "dashboard_id", "value": "", "description": "(Required) " } ] }, "description": "Execute all panel queries and return results for rendering.\n\nSQL injection is mitigated by ResearchQueryService.execute_sql, which calls\n_validate_read_only_sql to block DROP/TRUNCATE/ALTER/CREATE/GRANT/REVOKE/\nDELETE/UPDATE/INSERT statements. Catalog-level access is further restricted\nby the service principal's Databricks grants (read-only on analytics catalog).\n\nEvery panel query MUST reference the ``:ws_id`` parameter so that\nResearchQueryService binds it to the requesting workspace. Queries\nwithout this binding are rejected to prevent cross-tenant data access." }, "response": [ { "id": "6829f08b-b4a3-4caa-af13-4cc13d13e0a2", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"filter_values\": {\n \"cillum7c\": -31934523.054529324,\n \"eiusmod6a0\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id/execute", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id", "execute" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dashboard_id\": \"\",\n \"results\": [\n {\n \"panel_id\": \"\",\n \"columns\": [\n \"\",\n \"\"\n ],\n \"rows\": [\n [],\n []\n ],\n \"error\": \"\"\n },\n {\n \"panel_id\": \"\",\n \"columns\": [\n \"\",\n \"\"\n ],\n \"rows\": [\n [],\n []\n ],\n \"error\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-6829f08b-b4a3-4caa-af13-4cc13d13e0a2" }, { "id": "3df54905-6868-40e6-a2ae-06df5600b92b", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"filter_values\": {\n \"cillum7c\": -31934523.054529324,\n \"eiusmod6a0\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id/execute", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id", "execute" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-3df54905-6868-40e6-a2ae-06df5600b92b" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-937d601a-3ca7-42be-a601-8f923fdfc14b" } ], "id": "778d45bb-454d-45a7-b370-03826687b4be", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-778d45bb-454d-45a7-b370-03826687b4be" }, { "name": "Get Dashboard", "id": "6157ad0b-f454-4d5d-9970-5d0329c59e17", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "id": "ad56f751-d03a-4f0f-8c79-d64d30de710d", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "e7b6c745-de20-4f50-af03-e5b4cfe96727", "key": "dashboard_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b5e0115b-cc26-427f-a233-5edcc89bcdc5", "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/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"title\": \"\",\n \"panels\": [\n {\n \"elit_89\": true\n },\n {\n \"in_d\": \"e\",\n \"qui_e4\": \"nostrud ad\",\n \"aute3f\": false\n }\n ],\n \"filters\": [\n {\n \"inf\": 25359048,\n \"velit_5c\": true\n },\n {\n \"culpa_1e7\": false,\n \"occaecat9\": 60786586.946887046\n }\n ],\n \"refresh_interval\": \"\",\n \"is_active\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"page_context\": \"\",\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-b5e0115b-cc26-427f-a233-5edcc89bcdc5" }, { "id": "38fb430b-8fa9-4da4-b92a-c145da9081e1", "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/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-38fb430b-8fa9-4da4-b92a-c145da9081e1" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-6157ad0b-f454-4d5d-9970-5d0329c59e17" }, { "name": "Update Dashboard", "id": "c647b24d-ea1c-46da-bbc3-9c0941678fdb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"vg\",\n \"title\": \"\",\n \"description\": \"\",\n \"page_context\": \"patients\",\n \"panels\": [\n {\n \"occaecat78\": -65648841.41433729\n },\n {\n \"eiusmod_09\": \"Duis nulla\"\n }\n ],\n \"filters\": [\n {\n \"officia_3\": \"id\",\n \"eu_1\": -41471831,\n \"magna1ad\": 92148938.7794841,\n \"Ut56\": -41700150.125426024\n },\n {\n \"in_92\": -88981604,\n \"Lorem49\": -46070427,\n \"sit_b\": true\n }\n ],\n \"refresh_interval\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "id": "9c8b65b0-9f04-4f1a-81d3-508bdd786409", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "270c6b7d-e771-4a8c-b1c1-3f4345b8ea19", "key": "dashboard_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7e62aba3-efc8-406a-8627-1e797ece59c7", "name": "Successful Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"vg\",\n \"title\": \"\",\n \"description\": \"\",\n \"page_context\": \"patients\",\n \"panels\": [\n {\n \"occaecat78\": -65648841.41433729\n },\n {\n \"eiusmod_09\": \"Duis nulla\"\n }\n ],\n \"filters\": [\n {\n \"officia_3\": \"id\",\n \"eu_1\": -41471831,\n \"magna1ad\": 92148938.7794841,\n \"Ut56\": -41700150.125426024\n },\n {\n \"in_92\": -88981604,\n \"Lorem49\": -46070427,\n \"sit_b\": true\n }\n ],\n \"refresh_interval\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"title\": \"\",\n \"panels\": [\n {\n \"elit_89\": true\n },\n {\n \"in_d\": \"e\",\n \"qui_e4\": \"nostrud ad\",\n \"aute3f\": false\n }\n ],\n \"filters\": [\n {\n \"inf\": 25359048,\n \"velit_5c\": true\n },\n {\n \"culpa_1e7\": false,\n \"occaecat9\": 60786586.946887046\n }\n ],\n \"refresh_interval\": \"\",\n \"is_active\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"page_context\": \"\",\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-7e62aba3-efc8-406a-8627-1e797ece59c7" }, { "id": "9502c23b-a47e-4aec-8997-8a33ef5ebee6", "name": "Validation Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"vg\",\n \"title\": \"\",\n \"description\": \"\",\n \"page_context\": \"patients\",\n \"panels\": [\n {\n \"occaecat78\": -65648841.41433729\n },\n {\n \"eiusmod_09\": \"Duis nulla\"\n }\n ],\n \"filters\": [\n {\n \"officia_3\": \"id\",\n \"eu_1\": -41471831,\n \"magna1ad\": 92148938.7794841,\n \"Ut56\": -41700150.125426024\n },\n {\n \"in_92\": -88981604,\n \"Lorem49\": -46070427,\n \"sit_b\": true\n }\n ],\n \"refresh_interval\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-9502c23b-a47e-4aec-8997-8a33ef5ebee6" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-c647b24d-ea1c-46da-bbc3-9c0941678fdb" }, { "name": "Delete Dashboard", "id": "0440a9ca-064f-4a9b-bf50-5298b6504984", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "id": "883cbb0f-4c07-499b-97f0-02dfc3e0c698", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "f74a1879-a395-4472-a325-044bf17bfd6d", "key": "dashboard_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a90d79bb-ce5b-4e26-ba02-17a2d29e6264", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-a90d79bb-ce5b-4e26-ba02-17a2d29e6264" }, { "id": "27818d54-6901-469d-b000-34cae76c99fe", "name": "Validation Error", "originalRequest": { "method": "DELETE", "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/dashboards/:dashboard_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", ":dashboard_id" ], "variable": [ { "key": "workspace_id" }, { "key": "dashboard_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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-27818d54-6901-469d-b000-34cae76c99fe" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-0440a9ca-064f-4a9b-bf50-5298b6504984" } ], "id": "9a2521eb-7e29-420b-8aa9-bdeb09e6242e", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-9a2521eb-7e29-420b-8aa9-bdeb09e6242e" }, { "name": "by-slug", "item": [ { "name": "{slug}", "item": [ { "name": "Get Dashboard By Slug", "id": "f3d74f29-9405-40df-9afe-cc8b10df74f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards/by-slug/:slug", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", "by-slug", ":slug" ], "variable": [ { "id": "481a323f-c4a4-4f52-8040-a15c11e4a9f4", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "85a9dcf6-ce88-49f1-805a-e1b93b996190", "key": "slug", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ea8ca627-6b3a-4d4a-938c-7f0e1c3db842", "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/dashboards/by-slug/:slug", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", "by-slug", ":slug" ], "variable": [ { "key": "workspace_id" }, { "key": "slug" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"title\": \"\",\n \"panels\": [\n {\n \"elit_89\": true\n },\n {\n \"in_d\": \"e\",\n \"qui_e4\": \"nostrud ad\",\n \"aute3f\": false\n }\n ],\n \"filters\": [\n {\n \"inf\": 25359048,\n \"velit_5c\": true\n },\n {\n \"culpa_1e7\": false,\n \"occaecat9\": 60786586.946887046\n }\n ],\n \"refresh_interval\": \"\",\n \"is_active\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"page_context\": \"\",\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-ea8ca627-6b3a-4d4a-938c-7f0e1c3db842" }, { "id": "1c8df78b-2d92-42ff-9a61-bf1a63584653", "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/dashboards/by-slug/:slug", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards", "by-slug", ":slug" ], "variable": [ { "key": "workspace_id" }, { "key": "slug" } ] } }, "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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-1c8df78b-2d92-42ff-9a61-bf1a63584653" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-f3d74f29-9405-40df-9afe-cc8b10df74f3" } ], "id": "53103b0f-22cc-4c00-a794-e7f42f343faf", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-53103b0f-22cc-4c00-a794-e7f42f343faf" } ], "id": "3039bac4-e1b3-4924-8823-fb9c2a0d524d", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-3039bac4-e1b3-4924-8823-fb9c2a0d524d" }, { "name": "Create Dashboard", "id": "1b589fe8-52ab-4483-9fe8-196f2e4ce8f9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"ozex\",\n \"title\": \"\",\n \"description\": \"\",\n \"page_context\": \"pipeline\",\n \"panels\": [\n {\n \"Ut69\": true,\n \"in_5\": 61430029.80817202\n },\n {\n \"nostrud_8_\": 97635127\n }\n ],\n \"filters\": [\n {\n \"deseruntf9\": 15353550.3187702\n },\n {\n \"ina8c\": -10308392.850084364\n }\n ],\n \"refresh_interval\": 300\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards" ], "variable": [ { "id": "0e5d33e2-5194-4fe4-9f17-17b725e3e8e7", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ed182b9c-dbb4-40a1-a519-ef0bac005172", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"ozex\",\n \"title\": \"\",\n \"description\": \"\",\n \"page_context\": \"pipeline\",\n \"panels\": [\n {\n \"Ut69\": true,\n \"in_5\": 61430029.80817202\n },\n {\n \"nostrud_8_\": 97635127\n }\n ],\n \"filters\": [\n {\n \"deseruntf9\": 15353550.3187702\n },\n {\n \"ina8c\": -10308392.850084364\n }\n ],\n \"refresh_interval\": 300\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"slug\": \"\",\n \"title\": \"\",\n \"panels\": [\n {\n \"elit_89\": true\n },\n {\n \"in_d\": \"e\",\n \"qui_e4\": \"nostrud ad\",\n \"aute3f\": false\n }\n ],\n \"filters\": [\n {\n \"inf\": 25359048,\n \"velit_5c\": true\n },\n {\n \"culpa_1e7\": false,\n \"occaecat9\": 60786586.946887046\n }\n ],\n \"refresh_interval\": \"\",\n \"is_active\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"page_context\": \"\",\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-ed182b9c-dbb4-40a1-a519-ef0bac005172" }, { "id": "9e6e5d26-a5c7-41aa-ad9b-2a01fb7ec8a0", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"slug\": \"ozex\",\n \"title\": \"\",\n \"description\": \"\",\n \"page_context\": \"pipeline\",\n \"panels\": [\n {\n \"Ut69\": true,\n \"in_5\": 61430029.80817202\n },\n {\n \"nostrud_8_\": 97635127\n }\n ],\n \"filters\": [\n {\n \"deseruntf9\": 15353550.3187702\n },\n {\n \"ina8c\": -10308392.850084364\n }\n ],\n \"refresh_interval\": 300\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards" ], "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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-9e6e5d26-a5c7-41aa-ad9b-2a01fb7ec8a0" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-1b589fe8-52ab-4483-9fe8-196f2e4ce8f9" }, { "name": "List Dashboards", "id": "83248432-a349-4ac6-8be5-d0d3bae67d16", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/dashboards?page_context=home&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards" ], "query": [ { "key": "page_context", "value": "home" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "977b3eec-d484-4d46-b983-e027ac09199c", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b622c3ca-542a-4307-8997-8c8a6847a787", "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/dashboards?page_context=home&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards" ], "query": [ { "key": "page_context", "value": "home" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"slug\": \"\",\n \"title\": \"\",\n \"panels\": [\n {\n \"cillum5\": false,\n \"eu8\": \"id pariatur Duis in\",\n \"aute_6a\": false,\n \"Ut_b0f\": \"mollit magna culpa\"\n },\n {\n \"officia_f54\": \"laboris\"\n }\n ],\n \"filters\": [\n {\n \"consectetur_76\": -86630120.40879118\n },\n {\n \"eiusmodff2\": 22034995\n }\n ],\n \"refresh_interval\": \"\",\n \"is_active\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"page_context\": \"\",\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"slug\": \"\",\n \"title\": \"\",\n \"panels\": [\n {\n \"ut2e_\": 23141524,\n \"aliquip_7c8\": \"velit ea voluptate\",\n \"in_1\": \"Ut laborum ullamco\"\n },\n {\n \"nostrud48\": false,\n \"reprehenderit25\": 22087454\n }\n ],\n \"filters\": [\n {\n \"ad_15e\": 44866616.84870422\n },\n {\n \"fugiatbef\": \"in nisi ex culpa\",\n \"ut_1b2\": -55591854.99111985\n }\n ],\n \"refresh_interval\": \"\",\n \"is_active\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"page_context\": \"\",\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-b622c3ca-542a-4307-8997-8c8a6847a787" }, { "id": "ad7cefc0-04af-40a1-867a-5528a3ac2d31", "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/dashboards?page_context=home&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "dashboards" ], "query": [ { "key": "page_context", "value": "home" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "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:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-ad7cefc0-04af-40a1-867a-5528a3ac2d31" } ], "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-83248432-a349-4ac6-8be5-d0d3bae67d16" } ], "id": "58e81ac4-5dd2-4f5b-97d0-f3a0a3c000c6", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-58e81ac4-5dd2-4f5b-97d0-f3a0a3c000c6" } ], "id": "be5ba7d0-1a03-4242-b409-e4da45d7eb06", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-be5ba7d0-1a03-4242-b409-e4da45d7eb06" } ], "id": "63371842-2769-4dc2-9b4d-bc6ab2fb8416", "createdAt": "2026-07-28T01:00:43.000Z", "updatedAt": "2026-07-28T01:00:43.000Z", "uid": "35240-63371842-2769-4dc2-9b4d-bc6ab2fb8416" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }