{ "info": { "_postman_id": "9c2b5dab-ab35-414d-80bf-f6ee84bda9b4", "name": "Amigo Account M42 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-9c2b5dab-ab35-414d-80bf-f6ee84bda9b4" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "m42", "item": [ { "name": "patient-topology", "item": [ { "name": "List Patient Topology", "id": "0371f371-c9c8-4907-bc19-483eed96dbe9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/patient-topology?cluster=&risk_tier=&limit=10000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patient-topology" ], "query": [ { "key": "cluster", "value": "" }, { "key": "risk_tier", "value": "" }, { "key": "limit", "value": "10000" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "30ba0347-1e60-4869-b69f-8dfc64f62512", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Patient-level UMAP coordinates + predicted risk for the Self-Image scatter. Hand-seeded demo data (no ML training). Paginated." }, "response": [ { "id": "3ae3cc98-5655-4b1e-ae31-7f15e99f4034", "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/m42/patient-topology?cluster=&risk_tier=&limit=10000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patient-topology" ], "query": [ { "key": "cluster", "value": "" }, { "key": "risk_tier", "value": "" }, { "key": "limit", "value": "10000" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"patient_id\": \"\",\n \"umap_x\": \"\",\n \"umap_y\": \"\",\n \"cluster_name\": \"\",\n \"pca_x\": \"\",\n \"pca_y\": \"\",\n \"pca_z\": \"\",\n \"age_bucket\": \"\",\n \"gender\": \"\",\n \"nationality\": \"\",\n \"district\": \"\",\n \"charlson_cci\": \"\",\n \"bmi_latest\": \"\",\n \"hba1c_latest\": \"\",\n \"risk_tier\": \"\",\n \"y_hat_t2d_1yr\": \"\",\n \"y_hat_htn_1yr\": \"\",\n \"y_hat_chf_90d\": \"\",\n \"y_hat_asthma_12mo\": \"\",\n \"y_hat_ckd_1yr\": \"\",\n \"y_hat_copd_12mo\": \"\",\n \"y_hat_composite\": \"\",\n \"emergence_month\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"patient_id\": \"\",\n \"umap_x\": \"\",\n \"umap_y\": \"\",\n \"cluster_name\": \"\",\n \"pca_x\": \"\",\n \"pca_y\": \"\",\n \"pca_z\": \"\",\n \"age_bucket\": \"\",\n \"gender\": \"\",\n \"nationality\": \"\",\n \"district\": \"\",\n \"charlson_cci\": \"\",\n \"bmi_latest\": \"\",\n \"hba1c_latest\": \"\",\n \"risk_tier\": \"\",\n \"y_hat_t2d_1yr\": \"\",\n \"y_hat_htn_1yr\": \"\",\n \"y_hat_chf_90d\": \"\",\n \"y_hat_asthma_12mo\": \"\",\n \"y_hat_ckd_1yr\": \"\",\n \"y_hat_copd_12mo\": \"\",\n \"y_hat_composite\": \"\",\n \"emergence_month\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-3ae3cc98-5655-4b1e-ae31-7f15e99f4034" }, { "id": "7003ca7b-5b14-4835-b74c-a10c75c5b8b1", "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/m42/patient-topology?cluster=&risk_tier=&limit=10000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patient-topology" ], "query": [ { "key": "cluster", "value": "" }, { "key": "risk_tier", "value": "" }, { "key": "limit", "value": "10000" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-7003ca7b-5b14-4835-b74c-a10c75c5b8b1" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0371f371-c9c8-4907-bc19-483eed96dbe9" } ], "id": "233812cc-f61e-4faa-8088-95d8e4759021", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-233812cc-f61e-4faa-8088-95d8e4759021" }, { "name": "district-metrics", "item": [ { "name": "List District Metrics", "id": "299dd2cd-0503-48e6-b5b5-8d7c5edc3884", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/district-metrics?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "district-metrics" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "3654beea-dacf-4651-9516-c4f2384b0593", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-district t2d observed vs predicted incidence, capacity gap, and unmet-demand score. Hand-seeded demo data." }, "response": [ { "id": "0e654d89-978c-45f3-8bf4-9a903adea102", "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/m42/district-metrics?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "district-metrics" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"district_name\": \"\",\n \"t2d_incidence_per_1k\": \"\",\n \"t2d_predicted_per_1k\": \"\",\n \"residual\": \"\",\n \"cohort_size\": \"\",\n \"is_anomaly\": \"\",\n \"anomaly_narrative\": \"\",\n \"pcp_per_1k\": \"\",\n \"capacity_gap_pct\": \"\",\n \"access_narrative\": \"\",\n \"unmet_demand_score\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"district_name\": \"\",\n \"t2d_incidence_per_1k\": \"\",\n \"t2d_predicted_per_1k\": \"\",\n \"residual\": \"\",\n \"cohort_size\": \"\",\n \"is_anomaly\": \"\",\n \"anomaly_narrative\": \"\",\n \"pcp_per_1k\": \"\",\n \"capacity_gap_pct\": \"\",\n \"access_narrative\": \"\",\n \"unmet_demand_score\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0e654d89-978c-45f3-8bf4-9a903adea102" }, { "id": "2a3ba172-7ce7-4b1e-9f91-1a18e72e3665", "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/m42/district-metrics?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "district-metrics" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-2a3ba172-7ce7-4b1e-9f91-1a18e72e3665" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-299dd2cd-0503-48e6-b5b5-8d7c5edc3884" } ], "id": "4c77ca78-242d-4aa8-9b02-832e770768cf", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-4c77ca78-242d-4aa8-9b02-832e770768cf" }, { "name": "anomaly-alerts", "item": [ { "name": "List Anomaly Alerts", "id": "6f968f3e-4e97-4db5-b947-06505c00167e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/anomaly-alerts?severity=medium&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "anomaly-alerts" ], "query": [ { "key": "severity", "value": "medium" }, { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "43a4114e-571e-424b-b5e6-dbe74da68267", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Emerging health anomalies with inline causal decomposition, recommended actions, and unacted projection. Hand-seeded demo data." }, "response": [ { "id": "0390f630-17b7-4455-bff1-da7662b6358d", "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/m42/anomaly-alerts?severity=medium&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "anomaly-alerts" ], "query": [ { "key": "severity", "value": "medium" }, { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"alert_id\": \"\",\n \"slice_label\": \"\",\n \"mechanism\": \"\",\n \"severity\": \"high\",\n \"priority_score\": \"\",\n \"detected_at\": \"\",\n \"narrative\": \"\",\n \"stats_json\": \"\",\n \"decomposition_json\": \"\",\n \"actions_json\": \"\",\n \"projection_json\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"alert_id\": \"\",\n \"slice_label\": \"\",\n \"mechanism\": \"\",\n \"severity\": \"high\",\n \"priority_score\": \"\",\n \"detected_at\": \"\",\n \"narrative\": \"\",\n \"stats_json\": \"\",\n \"decomposition_json\": \"\",\n \"actions_json\": \"\",\n \"projection_json\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0390f630-17b7-4455-bff1-da7662b6358d" }, { "id": "ae0e44c9-8c90-44e5-89d2-630820e05655", "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/m42/anomaly-alerts?severity=medium&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "anomaly-alerts" ], "query": [ { "key": "severity", "value": "medium" }, { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-ae0e44c9-8c90-44e5-89d2-630820e05655" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-6f968f3e-4e97-4db5-b947-06505c00167e" } ], "id": "d804bbbc-fd8f-49a9-815c-5f9dcd5bd74a", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-d804bbbc-fd8f-49a9-815c-5f9dcd5bd74a" }, { "name": "forecast-fan", "item": [ { "name": "draws", "item": [ { "name": "List Forecast Draws", "id": "0b77aba0-9cbd-47c1-8c8d-79de409c41dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/forecast-fan/draws?run_id=observational-territory-t2d&scenario=baseline&sample=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "forecast-fan", "draws" ], "query": [ { "key": "run_id", "value": "observational-territory-t2d" }, { "key": "scenario", "value": "baseline" }, { "key": "sample", "value": "20" } ], "variable": [ { "id": "8f52bbf8-8cad-45c5-9a48-62e93a874784", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Sampled subset of raw Poisson bootstrap draws (faint spaghetti curves behind the forecast fan)." }, "response": [ { "id": "d9e33d75-cfb4-49ce-a986-8c6c3ddc3d9c", "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/m42/forecast-fan/draws?run_id=observational-territory-t2d&scenario=baseline&sample=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "forecast-fan", "draws" ], "query": [ { "key": "run_id", "value": "observational-territory-t2d" }, { "key": "scenario", "value": "baseline" }, { "key": "sample", "value": "20" } ], "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 \"count\": \"\",\n \"items\": [\n {\n \"draw_id\": \"\",\n \"t\": \"\",\n \"value\": \"\"\n },\n {\n \"draw_id\": \"\",\n \"t\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-d9e33d75-cfb4-49ce-a986-8c6c3ddc3d9c" }, { "id": "4519d95b-a890-4175-85ef-5cca5210f1a2", "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/m42/forecast-fan/draws?run_id=observational-territory-t2d&scenario=baseline&sample=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "forecast-fan", "draws" ], "query": [ { "key": "run_id", "value": "observational-territory-t2d" }, { "key": "scenario", "value": "baseline" }, { "key": "sample", "value": "20" } ], "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:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-4519d95b-a890-4175-85ef-5cca5210f1a2" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0b77aba0-9cbd-47c1-8c8d-79de409c41dc" } ], "id": "c2cca189-4f9d-46e8-8566-b6aec26de791", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-c2cca189-4f9d-46e8-8566-b6aec26de791" }, { "name": "List Forecast Fan", "id": "9b45bcbe-00d3-4f97-a11f-fcacc075f0d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/forecast-fan?run_id=&scenario=baseline&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "forecast-fan" ], "query": [ { "key": "run_id", "value": "" }, { "key": "scenario", "value": "baseline" }, { "key": "limit", "value": "1000" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "98cf211c-52dc-471b-a1a2-bbf1dc3b0a2d", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Forecast fan points (t, median, lower/upper 95% CI) for a named run + scenario. Used by the Sensorium observational fan and the Sims dual-envelope overlay." }, "response": [ { "id": "488ed21d-617d-42bc-99b0-144635a81445", "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/m42/forecast-fan?run_id=&scenario=baseline&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "forecast-fan" ], "query": [ { "key": "run_id", "value": "" }, { "key": "scenario", "value": "baseline" }, { "key": "limit", "value": "1000" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"run_id\": \"\",\n \"scenario\": \"baseline\",\n \"t\": \"\",\n \"lower_95\": \"\",\n \"upper_95\": \"\",\n \"median\": \"\",\n \"observed\": \"\",\n \"ym\": \"\",\n \"is_historical\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"run_id\": \"\",\n \"scenario\": \"baseline\",\n \"t\": \"\",\n \"lower_95\": \"\",\n \"upper_95\": \"\",\n \"median\": \"\",\n \"observed\": \"\",\n \"ym\": \"\",\n \"is_historical\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-488ed21d-617d-42bc-99b0-144635a81445" }, { "id": "4498a67f-2f35-4cf8-ae1b-b63fc538dedb", "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/m42/forecast-fan?run_id=&scenario=baseline&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "forecast-fan" ], "query": [ { "key": "run_id", "value": "" }, { "key": "scenario", "value": "baseline" }, { "key": "limit", "value": "1000" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-4498a67f-2f35-4cf8-ae1b-b63fc538dedb" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-9b45bcbe-00d3-4f97-a11f-fcacc075f0d7" } ], "id": "02c5cf1c-0fe9-4e61-a577-76daf0447b76", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-02c5cf1c-0fe9-4e61-a577-76daf0447b76" }, { "name": "positive-signals", "item": [ { "name": "List Positive Signals", "id": "4762bdb5-63ce-4f20-872f-242d5eecee99", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/positive-signals?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "positive-signals" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "a66a47c8-45bc-4e80-8334-bf8e192c6685", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Small set of positive-trend headline metrics for the Sensorium hero strip. Hand-seeded demo data." }, "response": [ { "id": "845fdce2-cd42-4903-98ca-c0d7289abea3", "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/m42/positive-signals?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "positive-signals" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"signal_id\": \"\",\n \"metric_label\": \"\",\n \"headline\": \"\",\n \"delta_value\": \"\",\n \"delta_unit\": \"\",\n \"baseline\": \"\",\n \"narrative\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"signal_id\": \"\",\n \"metric_label\": \"\",\n \"headline\": \"\",\n \"delta_value\": \"\",\n \"delta_unit\": \"\",\n \"baseline\": \"\",\n \"narrative\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-845fdce2-cd42-4903-98ca-c0d7289abea3" }, { "id": "9084e66c-b4db-4062-8015-b7ac4f5ff35e", "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/m42/positive-signals?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "positive-signals" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-9084e66c-b4db-4062-8015-b7ac4f5ff35e" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-4762bdb5-63ce-4f20-872f-242d5eecee99" } ], "id": "a954a277-5014-426e-8068-12abfceca182", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-a954a277-5014-426e-8068-12abfceca182" }, { "name": "anomalies", "item": [ { "name": "ranked", "item": [ { "name": "List Anomalies Ranked", "id": "0193428e-3aac-41d5-9e4d-bb8932a8c2d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/anomalies/ranked?indicator=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "anomalies", "ranked" ], "query": [ { "key": "indicator", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "a001cee7-fb16-416c-8b65-cc5648f29319", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Ranked anomalies for a single indicator (default ``t2d_risk``). Includes inline decomposition + district centroids for the map. Schema-probes the alerts table so it works pre- and post-multi-indicator pipeline expansion." }, "response": [ { "id": "36e593d1-fbae-4e8a-8df6-30c7ae188682", "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/m42/anomalies/ranked?indicator=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "anomalies", "ranked" ], "query": [ { "key": "indicator", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"district_name\": \"\",\n \"indicator\": \"t2d_risk\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"rate_per_1k\": 0,\n \"territory_mean\": 0,\n \"residual\": 0,\n \"cohort_size\": 0,\n \"is_anomaly\": true,\n \"alert_id\": \"\",\n \"severity\": \"\",\n \"priority_score\": 0,\n \"impact\": 0,\n \"narrative\": \"\"\n },\n {\n \"district_name\": \"\",\n \"indicator\": \"t2d_risk\",\n \"lat\": \"\",\n \"lon\": \"\",\n \"rate_per_1k\": 0,\n \"territory_mean\": 0,\n \"residual\": 0,\n \"cohort_size\": 0,\n \"is_anomaly\": true,\n \"alert_id\": \"\",\n \"severity\": \"\",\n \"priority_score\": 0,\n \"impact\": 0,\n \"narrative\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-36e593d1-fbae-4e8a-8df6-30c7ae188682" }, { "id": "9a19838f-5abc-4a1d-b595-13632ce88f40", "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/m42/anomalies/ranked?indicator=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "anomalies", "ranked" ], "query": [ { "key": "indicator", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-9a19838f-5abc-4a1d-b595-13632ce88f40" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0193428e-3aac-41d5-9e4d-bb8932a8c2d7" } ], "id": "548f0570-43e0-4650-8beb-617d3320ca52", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-548f0570-43e0-4650-8beb-617d3320ca52" } ], "id": "f59fd7c2-0cd1-4816-9f56-bbb4c934b4f4", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-f59fd7c2-0cd1-4816-9f56-bbb4c934b4f4" }, { "name": "clusters", "item": [ { "name": "summary", "item": [ { "name": "List Cluster Summary", "id": "cb4b3053-cf70-4705-aaa6-48c1f6eea939", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/clusters/summary?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "clusters", "summary" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "f39d24c9-fccf-436e-a162-25ac438b2ba6", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-cluster cohort stats \u2014 size, mean age/BMI/HbA1c, prediabetes / T2D %, predicted-risk mean. Powers the Patient Profile cluster strip." }, "response": [ { "id": "9b1cebd3-1c78-4e8d-99ea-4a25d1632af4", "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/m42/clusters/summary?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "clusters", "summary" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"cluster_name\": \"\",\n \"cohort_size\": \"\",\n \"mean_age\": \"\",\n \"mean_bmi\": \"\",\n \"mean_hba1c\": \"\",\n \"pct_male\": \"\",\n \"pct_prediabetes\": \"\",\n \"pct_t2d\": \"\",\n \"mean_y_hat\": \"\"\n },\n {\n \"cluster_name\": \"\",\n \"cohort_size\": \"\",\n \"mean_age\": \"\",\n \"mean_bmi\": \"\",\n \"mean_hba1c\": \"\",\n \"pct_male\": \"\",\n \"pct_prediabetes\": \"\",\n \"pct_t2d\": \"\",\n \"mean_y_hat\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-9b1cebd3-1c78-4e8d-99ea-4a25d1632af4" }, { "id": "b74b614a-61ac-4f96-8780-372f88af3a1c", "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/m42/clusters/summary?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "clusters", "summary" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-b74b614a-61ac-4f96-8780-372f88af3a1c" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-cb4b3053-cf70-4705-aaa6-48c1f6eea939" } ], "id": "3cb4d767-0401-49cd-99ae-f68ca9cd5b91", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-3cb4d767-0401-49cd-99ae-f68ca9cd5b91" }, { "name": "forecast", "item": [ { "name": "List Cluster Forecast", "id": "86db8b98-d2f7-483a-a200-00e10cc6d16f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/clusters/forecast?focus_area=&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "clusters", "forecast" ], "query": [ { "key": "focus_area", "value": "" }, { "key": "limit", "value": "1000" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "57eb8ea3-a7c7-4aec-a101-c933209f35a9", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-cluster forecast fan points for the Patient Profile multi-line chart. ``focus_area`` defaults to T2D for backward compat." }, "response": [ { "id": "02836c8d-037d-4477-8cc6-b7bef3729aff", "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/m42/clusters/forecast?focus_area=&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "clusters", "forecast" ], "query": [ { "key": "focus_area", "value": "" }, { "key": "limit", "value": "1000" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"cluster_name\": \"\",\n \"t\": \"\",\n \"focus_area\": \"\",\n \"median\": \"\",\n \"lower_95\": \"\",\n \"upper_95\": \"\",\n \"observed\": \"\",\n \"ym\": \"\",\n \"is_historical\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"cluster_name\": \"\",\n \"t\": \"\",\n \"focus_area\": \"\",\n \"median\": \"\",\n \"lower_95\": \"\",\n \"upper_95\": \"\",\n \"observed\": \"\",\n \"ym\": \"\",\n \"is_historical\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-02836c8d-037d-4477-8cc6-b7bef3729aff" }, { "id": "f6d9d2ce-beba-4b7d-891b-68eba57c19fb", "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/m42/clusters/forecast?focus_area=&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "clusters", "forecast" ], "query": [ { "key": "focus_area", "value": "" }, { "key": "limit", "value": "1000" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-f6d9d2ce-beba-4b7d-891b-68eba57c19fb" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-86db8b98-d2f7-483a-a200-00e10cc6d16f" } ], "id": "169c2b4e-1aa6-4977-a12d-f7864246cf6a", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-169c2b4e-1aa6-4977-a12d-f7864246cf6a" } ], "id": "39c1420d-9f15-43c5-b0f7-3b946b171f74", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-39c1420d-9f15-43c5-b0f7-3b946b171f74" }, { "name": "model-registry", "item": [ { "name": "List Model Registry", "id": "3e2a911a-3acf-4523-9697-26f01d3c28e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/model-registry?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "model-registry" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "caf6e6bb-aa4e-4536-b94a-086abf117414", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Fitted GLM coefficients, training-set size, AUROC for each focus-area model. Inline JSON kept as strings \u2014 clients parse." }, "response": [ { "id": "0e0657c6-81c6-45ca-a9d9-b36430eb9202", "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/m42/model-registry?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "model-registry" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"model_id\": \"\",\n \"name\": \"\",\n \"focus_area\": \"\",\n \"algorithm\": \"\",\n \"version\": \"\",\n \"trained_at\": \"\",\n \"training_set_size\": \"\",\n \"coefficients_json\": \"\",\n \"metrics_json\": \"\",\n \"status\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"model_id\": \"\",\n \"name\": \"\",\n \"focus_area\": \"\",\n \"algorithm\": \"\",\n \"version\": \"\",\n \"trained_at\": \"\",\n \"training_set_size\": \"\",\n \"coefficients_json\": \"\",\n \"metrics_json\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0e0657c6-81c6-45ca-a9d9-b36430eb9202" }, { "id": "8a086986-a2ef-4d8f-9703-a6c0a7b963d6", "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/m42/model-registry?limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "model-registry" ], "query": [ { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-8a086986-a2ef-4d8f-9703-a6c0a7b963d6" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-3e2a911a-3acf-4523-9697-26f01d3c28e3" } ], "id": "41e46a3d-7b19-42c2-8af8-88f1dd14d2f5", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-41e46a3d-7b19-42c2-8af8-88f1dd14d2f5" }, { "name": "stratified-fits", "item": [ { "name": "List Stratified Fits", "id": "0e59fc29-20f9-4849-acf8-c4d05f3d9056", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/stratified-fits?outcome_key=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "stratified-fits" ], "query": [ { "key": "outcome_key", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "9df0a669-622b-4cab-91d0-75ec3200fb79", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-cohort x region GLM fits with pooled fallback. Drives the dashboard's outcome-by-segment comparison view." }, "response": [ { "id": "94e78247-8d7a-4420-ad59-88c6106caad0", "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/m42/stratified-fits?outcome_key=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "stratified-fits" ], "query": [ { "key": "outcome_key", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "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 \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"workspace_id\": \"\",\n \"outcome_key\": \"\",\n \"cohort\": \"\",\n \"region\": \"\",\n \"outcome_name\": \"\",\n \"n\": \"\",\n \"base_rate\": \"\",\n \"auroc\": \"\",\n \"intercept\": \"\",\n \"coefficients_json\": \"\",\n \"is_pooled_fallback\": \"\"\n },\n {\n \"workspace_id\": \"\",\n \"outcome_key\": \"\",\n \"cohort\": \"\",\n \"region\": \"\",\n \"outcome_name\": \"\",\n \"n\": \"\",\n \"base_rate\": \"\",\n \"auroc\": \"\",\n \"intercept\": \"\",\n \"coefficients_json\": \"\",\n \"is_pooled_fallback\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-94e78247-8d7a-4420-ad59-88c6106caad0" }, { "id": "88247584-8212-4732-8982-b8f12f60a450", "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/m42/stratified-fits?outcome_key=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "stratified-fits" ], "query": [ { "key": "outcome_key", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "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:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-88247584-8212-4732-8982-b8f12f60a450" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0e59fc29-20f9-4849-acf8-c4d05f3d9056" } ], "id": "d91c34a7-0a87-49a8-888b-9a9a6290949d", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-d91c34a7-0a87-49a8-888b-9a9a6290949d" }, { "name": "patients", "item": [ { "name": "{patient_id}", "item": [ { "name": "labs", "item": [ { "name": "List Patient Labs", "id": "97c63731-89b5-40a4-925f-e95498e2b00a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/patients/:patient_id/labs?limit=500&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patients", ":patient_id", "labs" ], "query": [ { "key": "limit", "value": "500" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "dca9879e-23c6-40dc-8ee8-af85b0636767", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "d375bfb6-8146-4b42-a426-df583732e833", "key": "patient_id", "value": "", "description": "(Required) " } ] }, "description": "Patient-level bronze lab rows ordered by observation_date. Drives the mini-trajectory charts in the Patient Profile drawer." }, "response": [ { "id": "7b6ccdc4-0295-4fdc-aab7-0518772c8597", "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/m42/patients/:patient_id/labs?limit=500&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patients", ":patient_id", "labs" ], "query": [ { "key": "limit", "value": "500" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "patient_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"patient_id\": \"\",\n \"test_name\": \"\",\n \"observation_date\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"loinc_code\": \"\"\n },\n {\n \"patient_id\": \"\",\n \"test_name\": \"\",\n \"observation_date\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"loinc_code\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-7b6ccdc4-0295-4fdc-aab7-0518772c8597" }, { "id": "efea1cb1-51bb-4129-bf3e-d5ba4670164c", "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/m42/patients/:patient_id/labs?limit=500&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patients", ":patient_id", "labs" ], "query": [ { "key": "limit", "value": "500" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "patient_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:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-efea1cb1-51bb-4129-bf3e-d5ba4670164c" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-97c63731-89b5-40a4-925f-e95498e2b00a" } ], "id": "50226f65-a402-467c-ab73-d793095921f1", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-50226f65-a402-467c-ab73-d793095921f1" }, { "name": "note", "item": [ { "name": "Get Patient Note", "id": "df5da843-8c4e-4e0c-92d1-ba497f954dff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/patients/:patient_id/note", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patients", ":patient_id", "note" ], "variable": [ { "id": "44c6299e-ad01-49ed-a625-40ca0193613e", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "52b8462e-810a-4b35-bb07-4f9946a49267", "key": "patient_id", "value": "", "description": "(Required) " } ] }, "description": "Patient's synthetic clinical note + LLM-extracted structured fields. NLP sample is 500 patients \u2014 returns 404 outside that set." }, "response": [ { "id": "64b1c71e-0e17-4a6b-8ecf-a2b664a613dc", "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/m42/patients/:patient_id/note", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patients", ":patient_id", "note" ], "variable": [ { "key": "workspace_id" }, { "key": "patient_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"patient_id\": \"\",\n \"note_text\": \"\",\n \"extractions\": {\n \"symptoms\": [\n \"\",\n \"\"\n ],\n \"concerns\": [\n \"\",\n \"\"\n ],\n \"medications_planned\": [\n \"\",\n \"\"\n ],\n \"hba1c_sentiment\": \"\",\n \"activity_level\": \"\",\n \"smoking_status\": \"\",\n \"food_pattern\": \"\",\n \"n_symptoms\": 0,\n \"n_concerns\": 0\n },\n \"authored_at\": \"\",\n \"author\": \"\"\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-64b1c71e-0e17-4a6b-8ecf-a2b664a613dc" }, { "id": "5fa30b7a-0150-4444-864d-cec291e7c0f2", "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/m42/patients/:patient_id/note", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "patients", ":patient_id", "note" ], "variable": [ { "key": "workspace_id" }, { "key": "patient_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:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-5fa30b7a-0150-4444-864d-cec291e7c0f2" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-df5da843-8c4e-4e0c-92d1-ba497f954dff" } ], "id": "364b4c84-e681-425e-a5bc-2066b06eb045", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-364b4c84-e681-425e-a5bc-2066b06eb045" } ], "id": "d03cdf07-ee22-4fe1-8365-fabd83d30ef7", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-d03cdf07-ee22-4fe1-8365-fabd83d30ef7" } ], "id": "3cb8e48d-5f52-4a44-8766-67753b3cacc1", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-3cb8e48d-5f52-4a44-8766-67753b3cacc1" }, { "name": "notes", "item": [ { "name": "rollup", "item": [ { "name": "Get Notes Rollup", "id": "9efd7e83-ed33-4fa8-aa2f-f398734978a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/notes/rollup?cluster=&district=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "notes", "rollup" ], "query": [ { "key": "cluster", "value": "" }, { "key": "district", "value": "" } ], "variable": [ { "id": "c4a640dc-8846-4e00-a1b3-96736d6f4df2", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Cohort-wide (or per-cluster / per-district) rollup of NLP extractions joined onto patient-topology risk. Surfaces which narrative signals correlate with higher predicted T2D risk." }, "response": [ { "id": "db2dfe7d-33c9-43ff-93df-f3933367a771", "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/m42/notes/rollup?cluster=&district=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "notes", "rollup" ], "query": [ { "key": "cluster", "value": "" }, { "key": "district", "value": "" } ], "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 \"total_notes\": \"\",\n \"cohort_mean_risk\": \"\",\n \"sentiment_distribution\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ],\n \"top_symptoms\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ],\n \"top_concerns\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ],\n \"top_medications\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ],\n \"sdoh\": {\n \"activity\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ],\n \"smoking\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ],\n \"diet\": [\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n },\n {\n \"value\": \"\",\n \"n\": \"\",\n \"pct\": \"\",\n \"mean_risk\": \"\",\n \"risk_lift\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-db2dfe7d-33c9-43ff-93df-f3933367a771" }, { "id": "cfff0d15-6e14-4267-900f-a69710cb347f", "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/m42/notes/rollup?cluster=&district=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "notes", "rollup" ], "query": [ { "key": "cluster", "value": "" }, { "key": "district", "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-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-cfff0d15-6e14-4267-900f-a69710cb347f" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-9efd7e83-ed33-4fa8-aa2f-f398734978a1" } ], "id": "d51857f0-e748-4781-97d4-4dcd98faa7e0", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-d51857f0-e748-4781-97d4-4dcd98faa7e0" } ], "id": "46127aa8-529d-4b5f-9da9-fd3e0c5d26a4", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-46127aa8-529d-4b5f-9da9-fd3e0c5d26a4" }, { "name": "catalog", "item": [ { "name": "{table}", "item": [ { "name": "columns", "item": [ { "name": "Describe Table", "id": "753436b2-00aa-4531-95b5-26a13822ef8c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/catalog/:table/columns", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog", ":table", "columns" ], "variable": [ { "id": "a8f2e046-7b72-4357-8820-d08e2f56272d", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "44aa01af-282e-48f6-9973-7f5fc8cdf1c1", "key": "table", "value": "", "description": "(Required) " } ] }, "description": "Column metadata (name, type, comment) for one allowlisted m42 table." }, "response": [ { "id": "c4a687c6-2feb-4585-b7e4-fbcd5e23f4a7", "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/m42/catalog/:table/columns", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog", ":table", "columns" ], "variable": [ { "key": "workspace_id" }, { "key": "table" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"column_name\": \"\",\n \"data_type\": \"\",\n \"comment\": \"\"\n },\n {\n \"column_name\": \"\",\n \"data_type\": \"\",\n \"comment\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-c4a687c6-2feb-4585-b7e4-fbcd5e23f4a7" }, { "id": "4b2b63f3-0628-47b9-8a14-ce0351c9f3c3", "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/m42/catalog/:table/columns", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog", ":table", "columns" ], "variable": [ { "key": "workspace_id" }, { "key": "table" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-4b2b63f3-0628-47b9-8a14-ce0351c9f3c3" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-753436b2-00aa-4531-95b5-26a13822ef8c" } ], "id": "ff322181-5914-44a4-b62c-fe49aabe1766", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-ff322181-5914-44a4-b62c-fe49aabe1766" }, { "name": "sample", "item": [ { "name": "Sample Table", "id": "1bc7fe50-77a2-4bd2-8e68-df45413341f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/catalog/:table/sample?limit=5", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog", ":table", "sample" ], "query": [ { "key": "limit", "value": "5" } ], "variable": [ { "id": "3c564281-0337-4e30-beb2-84efa4935f91", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "25631351-135f-4937-87d4-73fa585b3195", "key": "table", "value": "", "description": "(Required) " } ] }, "description": "Up to ``limit`` raw rows from one allowlisted m42 table for preview." }, "response": [ { "id": "b109e6bf-12ba-4922-8df1-1e4bf0522254", "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/m42/catalog/:table/sample?limit=5", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog", ":table", "sample" ], "query": [ { "key": "limit", "value": "5" } ], "variable": [ { "key": "workspace_id" }, { "key": "table" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"count\": \"\",\n \"items\": [\n {\n \"et4\": true\n },\n {\n \"labore1ce\": \"Duis\",\n \"aliqua_124\": 47553308.4148469\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-b109e6bf-12ba-4922-8df1-1e4bf0522254" }, { "id": "d6626a76-5adc-454d-bf56-6e5f3186c657", "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/m42/catalog/:table/sample?limit=5", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog", ":table", "sample" ], "query": [ { "key": "limit", "value": "5" } ], "variable": [ { "key": "workspace_id" }, { "key": "table" } ] } }, "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:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-d6626a76-5adc-454d-bf56-6e5f3186c657" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-1bc7fe50-77a2-4bd2-8e68-df45413341f4" } ], "id": "6126f0f6-2b6a-4cca-8552-2d97c71b772f", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-6126f0f6-2b6a-4cca-8552-2d97c71b772f" } ], "id": "fd534043-ad72-4a37-8e0a-2ad259451ee0", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-fd534043-ad72-4a37-8e0a-2ad259451ee0" }, { "name": "List Catalog", "id": "4cf171a4-1417-4584-a7fc-1f4c8a80713b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/catalog", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog" ], "variable": [ { "id": "52887049-3798-47ef-aa39-c0c75e551aac", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Per-table layer + description + row count for the Catalog page." }, "response": [ { "id": "74416605-e3ba-416d-b678-3655791688a9", "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/m42/catalog", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "catalog" ], "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 \"count\": \"\",\n \"items\": [\n {\n \"name\": \"\",\n \"layer\": \"\",\n \"description\": \"\",\n \"row_count\": \"\",\n \"exists\": \"\"\n },\n {\n \"name\": \"\",\n \"layer\": \"\",\n \"description\": \"\",\n \"row_count\": \"\",\n \"exists\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-74416605-e3ba-416d-b678-3655791688a9" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-4cf171a4-1417-4584-a7fc-1f4c8a80713b" } ], "id": "dbad4b42-eced-453d-88be-037c9a124594", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-dbad4b42-eced-453d-88be-037c9a124594" }, { "name": "features", "item": [ { "name": "distribution", "item": [ { "name": "Feature Distribution", "id": "1f64f142-aea5-4eae-ad00-f7db959ffa62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/features/distribution?feature=&bins=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "features", "distribution" ], "query": [ { "description": "(Required) ", "key": "feature", "value": "" }, { "key": "bins", "value": "20" } ], "variable": [ { "id": "aa988ec2-3789-4dd6-bf07-ba0717e76b20", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Histogram bins for one allowlisted feature, stratified by ``y_t2d_1yr`` outcome. Continuous features get ``bins`` buckets; binary features collapse to 2." }, "response": [ { "id": "df75cb13-30fc-4140-aea6-62b3abff854a", "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/m42/features/distribution?feature=&bins=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "features", "distribution" ], "query": [ { "description": "(Required) ", "key": "feature", "value": "" }, { "key": "bins", "value": "20" } ], "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 \"feature\": \"\",\n \"kind\": \"\",\n \"bins\": [\n {\n \"x_lo\": \"\",\n \"x_hi\": \"\",\n \"y0\": \"\",\n \"y1\": \"\"\n },\n {\n \"x_lo\": \"\",\n \"x_hi\": \"\",\n \"y0\": \"\",\n \"y1\": \"\"\n }\n ],\n \"n_total\": \"\",\n \"n_y1\": \"\"\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-df75cb13-30fc-4140-aea6-62b3abff854a" }, { "id": "0bcd4484-f28d-45e2-881a-1b667bb9e9d8", "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/m42/features/distribution?feature=&bins=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "features", "distribution" ], "query": [ { "description": "(Required) ", "key": "feature", "value": "" }, { "key": "bins", "value": "20" } ], "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:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-0bcd4484-f28d-45e2-881a-1b667bb9e9d8" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-1f64f142-aea5-4eae-ad00-f7db959ffa62" } ], "id": "82a0b5ec-f9e2-4cfa-b238-e00481e5e40a", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-82a0b5ec-f9e2-4cfa-b238-e00481e5e40a" }, { "name": "List Features", "id": "c417f7c8-e8d1-4c06-b561-37580d656b88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/m42/features", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "features" ], "variable": [ { "id": "dc9f9ed6-aa59-49c3-9582-0b2071f6f56e", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Allowlist of feature columns (continuous or binary) for the Explore UI." }, "response": [ { "id": "99a224fa-7010-4aac-a04d-a56f73aaeaa4", "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/m42/features", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "m42", "features" ], "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 \"count\": \"\",\n \"items\": [\n {\n \"name\": \"\",\n \"kind\": \"\"\n },\n {\n \"name\": \"\",\n \"kind\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-99a224fa-7010-4aac-a04d-a56f73aaeaa4" } ], "createdAt": "2026-07-28T01:01:32.000Z", "updatedAt": "2026-07-28T01:01:32.000Z", "uid": "35240-c417f7c8-e8d1-4c06-b561-37580d656b88" } ], "id": "cb378aea-3f05-4591-9280-5d6f919ac8fa", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-cb378aea-3f05-4591-9280-5d6f919ac8fa" } ], "id": "28e63b0b-3f96-45d5-bfe6-0840e5c61481", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-28e63b0b-3f96-45d5-bfe6-0840e5c61481" } ], "id": "9e07cc6d-dbf5-4a53-9e98-a4101711000d", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-9e07cc6d-dbf5-4a53-9e98-a4101711000d" } ], "id": "0dba9d00-a912-4a71-9404-968c5333aa15", "createdAt": "2026-07-28T01:01:31.000Z", "updatedAt": "2026-07-28T01:01:31.000Z", "uid": "35240-0dba9d00-a912-4a71-9404-968c5333aa15" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }