{ "info": { "_postman_id": "1bd690c4-4a4c-40bd-ae83-e2ec3b42d210", "name": "Amigo Account Simulations API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-1bd690c4-4a4c-40bd-ae83-e2ec3b42d210" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "simulations", "item": [ { "name": "runs", "item": [ { "name": "summary", "item": [ { "name": "Get Simulation Runs Summary", "id": "dcb3b08b-bb17-4b9c-9202-515f0a9e4fa7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs/summary?service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", "summary" ], "query": [ { "key": "service_id", "value": "" } ], "variable": [ { "id": "36d67a2f-075d-415e-9c1c-fa34569f6846", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Aggregate run counts (total + by status) for the Runs summary strip.\n\nRegistered *before* ``/runs/{run_id}`` so the static ``summary`` path\nsegment is matched here rather than parsed as a run UUID (which would 422)." }, "response": [ { "id": "c935e59b-ff41-4975-ba22-3071020bd70d", "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/simulations/runs/summary?service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", "summary" ], "query": [ { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"running\": \"\",\n \"completed\": \"\",\n \"failed\": \"\",\n \"by_status\": {\n \"ipsum_fd\": \"\",\n \"non_0\": \"\"\n },\n \"total_sessions\": \"\",\n \"total_turns\": \"\",\n \"last_created_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c935e59b-ff41-4975-ba22-3071020bd70d" }, { "id": "12a8a59a-17f1-405a-b1ec-41377eb1e574", "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/simulations/runs/summary?service_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", "summary" ], "query": [ { "key": "service_id", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-12a8a59a-17f1-405a-b1ec-41377eb1e574" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-dcb3b08b-bb17-4b9c-9202-515f0a9e4fa7" } ], "id": "04296018-adf4-452b-9672-5847c0ee5377", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-04296018-adf4-452b-9672-5847c0ee5377" }, { "name": "{run_id}", "item": [ { "name": "complete", "item": [ { "name": "Complete Simulation Run", "id": "7522ec98-ad91-479b-8f3f-5ddfa2f461c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs/:run_id/complete?error=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id", "complete" ], "query": [ { "key": "error", "value": "" } ], "variable": [ { "id": "5826aed2-2d88-487a-95d6-eef8954b7b91", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "017283fd-c79c-4c5d-91a0-af5311fa2404", "key": "run_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a5087c25-1d55-4b31-a70a-22d9730a0278", "name": "Successful Response", "originalRequest": { "method": "POST", "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/simulations/runs/:run_id/complete?error=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id", "complete" ], "query": [ { "key": "error", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"veniam_\": \"\",\n \"est_0\": \"\",\n \"et_b9b\": \"\",\n \"labore_d17\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a5087c25-1d55-4b31-a70a-22d9730a0278" }, { "id": "4efbec99-fa3d-4d90-9a95-16d489b332a0", "name": "Validation Error", "originalRequest": { "method": "POST", "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/simulations/runs/:run_id/complete?error=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id", "complete" ], "query": [ { "key": "error", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "run_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4efbec99-fa3d-4d90-9a95-16d489b332a0" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7522ec98-ad91-479b-8f3f-5ddfa2f461c3" } ], "id": "b8a8e470-a4d3-4042-9f0e-b6a119a65a89", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-b8a8e470-a4d3-4042-9f0e-b6a119a65a89" }, { "name": "sessions", "item": [ { "name": "Create Simulation Session", "id": "be063e6d-7285-4d00-b290-7460afdc6d43", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"caller_id\": \"\",\n \"entity_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs/:run_id/sessions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id", "sessions" ], "variable": [ { "id": "073d4e05-5560-4b7b-8768-e781b0f01788", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "9a15dbcd-9294-4ed6-82db-2a363a4ead4a", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Create a simulation session within a run. Proxies to agent-engine.\n\nentity_id ownership: agent-engine's _resolve_caller queries the entity\nwith workspace_id scoping \u2014 a workspace-A entity_id resolves to None in\nworkspace-B, so no cross-tenant data is exposed." }, "response": [ { "id": "61739f84-84a2-40f0-90cb-33bd547cb4da", "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 \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"caller_id\": \"\",\n \"entity_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs/:run_id/sessions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id", "sessions" ], "variable": [ { "key": "workspace_id" }, { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"session_id\": \"\",\n \"greeting\": \"\",\n \"is_terminal\": \"\",\n \"snapshot\": {\n \"current_state\": {\n \"name\": \"\",\n \"type\": \"\",\n \"objective\": \"\"\n },\n \"turn_policy\": {\n \"barge_in_enabled\": true,\n \"greeting_shield_s\": 0,\n \"safety_response\": \"suspend_forward\",\n \"context_strategy\": \"full\",\n \"block_forward_call\": false,\n \"block_forward_call_after_turns\": -1\n },\n \"total_turns\": 0,\n \"terminal_reached\": false,\n \"terminal_state\": \"\"\n }\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-61739f84-84a2-40f0-90cb-33bd547cb4da" }, { "id": "9a9b2370-9569-4104-b688-1c1359514227", "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 \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"caller_id\": \"\",\n \"entity_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs/:run_id/sessions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id", "sessions" ], "variable": [ { "key": "workspace_id" }, { "key": "run_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9a9b2370-9569-4104-b688-1c1359514227" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-be063e6d-7285-4d00-b290-7460afdc6d43" } ], "id": "8776f966-a33e-49b8-a002-b03532c552d8", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-8776f966-a33e-49b8-a002-b03532c552d8" }, { "name": "Get Simulation Run", "id": "bda2a75c-99a3-4112-8dfb-9d6ba6568fc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id" ], "variable": [ { "id": "6cd27a49-16ba-488b-b01d-6f56d08c91d7", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "ace51bd8-e769-429a-a431-4e2068008905", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Fetch a single run including objective / bridge_request / scenarios.\n\nUse the bridge_request payload to re-POST /bridge and replay the run." }, "response": [ { "id": "2253524c-f6a3-4a31-b4e5-5448842e8fbd", "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/simulations/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id" ], "variable": [ { "key": "workspace_id" }, { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"service_id\": \"\",\n \"status\": \"running\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"passed\",\n \"label\": \"\",\n \"value_type\": \"text\",\n \"evaluation_method\": \"custom\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"failed\",\n \"label\": \"\",\n \"value_type\": \"categorical\",\n \"evaluation_method\": \"equals\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"branch_name\": \"\",\n \"error\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"objective\": \"\",\n \"bridge_request\": {\n \"Excepteurd5\": -12191078.745502234,\n \"veniam9a4\": false\n },\n \"scenarios\": [\n {\n \"eu_46e\": -41701784\n },\n {\n \"in_9c\": 63365036,\n \"incididunt_0\": 52736557\n }\n ],\n \"snapshot\": {\n \"aliquip_8_4\": false,\n \"sit__7\": \"aute\"\n },\n \"total_scenarios_requested\": \"\",\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\",\n \"eval_results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"error\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"aute_6e6\": false\n },\n \"definition\": {\n \"laboris_3\": \"laboris nostrud Lorem ullamco\"\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"labore11\": 8111477.6981818825,\n \"voluptate_7b\": -90598582.18751113\n },\n \"definition\": {\n \"consectetur5d\": 91837759\n },\n \"created_at\": \"\"\n }\n ],\n \"eval_result_count\": 0,\n \"eval_pass_count\": 0,\n \"eval_fail_count\": 0,\n \"eval_error_count\": 0\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-2253524c-f6a3-4a31-b4e5-5448842e8fbd" }, { "id": "bf1470a9-e118-49e2-87b7-170044eb9a70", "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/simulations/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs", ":run_id" ], "variable": [ { "key": "workspace_id" }, { "key": "run_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-bf1470a9-e118-49e2-87b7-170044eb9a70" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-bda2a75c-99a3-4112-8dfb-9d6ba6568fc9" } ], "id": "7e86e04d-1e8c-47ec-9848-9cc288608873", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7e86e04d-1e8c-47ec-9848-9cc288608873" }, { "name": "Create Simulation Run", "id": "d2e864aa-6c7b-4823-8da6-5347d358fad7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs" ], "variable": [ { "id": "527eb8f5-86c9-4f08-913d-f0209af6f482", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Create a simulation coverage run with an optional Lakebase branch." }, "response": [ { "id": "e0c2e75c-2913-4d4b-8d89-95c452a8c2cc", "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 \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"fugiat40_\": 83412730,\n \"non527\": true\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e0c2e75c-2913-4d4b-8d89-95c452a8c2cc" }, { "id": "8f21b187-3579-4fce-b8cb-1f0f0fa851cd", "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 \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-8f21b187-3579-4fce-b8cb-1f0f0fa851cd" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d2e864aa-6c7b-4823-8da6-5347d358fad7" }, { "name": "List Simulation Runs", "id": "871b395e-62dc-4666-891d-6f554f4ca14a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/runs?service_id=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs" ], "query": [ { "key": "service_id", "value": "" }, { "key": "limit", "value": "20" } ], "variable": [ { "id": "69bd1d9e-ae6e-4235-9d10-a82497511062", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "e43e9037-6b93-4761-8eab-81ce39e62dfd", "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/simulations/runs?service_id=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs" ], "query": [ { "key": "service_id", "value": "" }, { "key": "limit", "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 \"laboref10\": true\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e43e9037-6b93-4761-8eab-81ce39e62dfd" }, { "id": "228f68ba-f043-44dc-a621-79d06ae91dd4", "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/simulations/runs?service_id=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "runs" ], "query": [ { "key": "service_id", "value": "" }, { "key": "limit", "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-228f68ba-f043-44dc-a621-79d06ae91dd4" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-871b395e-62dc-4666-891d-6f554f4ca14a" } ], "id": "d7eefe37-23e1-4356-86c8-81dc62486097", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d7eefe37-23e1-4356-86c8-81dc62486097" }, { "name": "suites", "item": [ { "name": "{suite_id}", "item": [ { "name": "runs", "item": [ { "name": "List Simulation Suite Runs", "id": "d027f67e-ea80-4550-829d-9f5c279b39f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id/runs?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id", "runs" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "id": "a1c80dff-dca6-4059-8f10-b64da2963776", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "2e2444a7-39b8-45d1-8bae-8720b74e5849", "key": "suite_id", "value": "", "description": "(Required) " } ] }, "description": "List durable suite-run groups for a first-class suite." }, "response": [ { "id": "e7631820-5a97-4e76-a18a-f7ba45d89c61", "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/simulations/suites/:suite_id/runs?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id", "runs" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "key": "workspace_id" }, { "key": "suite_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"suite_id\": \"\",\n \"runs\": [\n {\n \"suite_run_id\": \"\",\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"total_runs\": \"\",\n \"status\": \"failed\",\n \"suite_id\": \"\",\n \"expected_case_count\": \"\",\n \"status_counts\": {\n \"sunt9\": \"\",\n \"tempor_a\": \"\"\n },\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"fugiatc\": -34626494,\n \"do_7\": 60489221\n }\n },\n {\n \"suite_run_id\": \"\",\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"total_runs\": \"\",\n \"status\": \"completed\",\n \"suite_id\": \"\",\n \"expected_case_count\": \"\",\n \"status_counts\": {\n \"ipsum4\": \"\",\n \"ametc6f\": \"\",\n \"consequat_837\": \"\"\n },\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"ex3\": -2486861,\n \"tempor3\": -80275355.38344997\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e7631820-5a97-4e76-a18a-f7ba45d89c61" }, { "id": "bae35e05-7633-439f-ae4d-f9cf13b6cf38", "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/simulations/suites/:suite_id/runs?limit=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id", "runs" ], "query": [ { "key": "limit", "value": "20" } ], "variable": [ { "key": "workspace_id" }, { "key": "suite_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-bae35e05-7633-439f-ae4d-f9cf13b6cf38" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d027f67e-ea80-4550-829d-9f5c279b39f7" } ], "id": "83c6d9ee-ef1c-4e95-841a-44369bba68bf", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-83c6d9ee-ef1c-4e95-841a-44369bba68bf" }, { "name": "run", "item": [ { "name": "Run Simulation Suite", "id": "eead4ad6-7c48-43e6-95a2-d98f4a39956e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"suite_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_cases\": 20,\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id", "run" ], "variable": [ { "id": "8cd48ad8-03a9-483b-a4db-e4154f8f2835", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "64f99d2b-fe10-43da-9ad6-0a5fc5abdc97", "key": "suite_id", "value": "", "description": "(Required) " } ] }, "description": "Run a first-class suite definition." }, "response": [ { "id": "dfc31645-8be4-4e1b-b04d-8c4b6ef07c55", "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 \"suite_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_cases\": 20,\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id", "run" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"batch_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"selected_case_ids\": [\n \"\",\n \"\"\n ],\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"cases\": [\n {\n \"case_id\": \"\",\n \"status\": \"skipped\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"Lorem_7\": true\n },\n \"reason\": \"\"\n },\n {\n \"case_id\": \"\",\n \"status\": \"failed_to_start\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"deseruntf34\": false\n },\n \"reason\": \"\"\n }\n ],\n \"skipped_cases\": [\n {\n \"case_id\": \"\",\n \"status\": \"started\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"sit61\": -95840771.579112,\n \"consequat07\": -5166360.708473936\n },\n \"reason\": \"\"\n },\n {\n \"case_id\": \"\",\n \"status\": \"started\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"dolore_707\": true,\n \"ipsuma\": true\n },\n \"reason\": \"\"\n }\n ],\n \"failed_to_start_cases\": [\n {\n \"case_id\": \"\",\n \"status\": \"started\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"quis759\": 78493744.9086411\n },\n \"reason\": \"\"\n },\n {\n \"case_id\": \"\",\n \"status\": \"failed_to_start\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"eiusmod6_\": \"aliqua reprehenderit qui\",\n \"consecteture22\": \"ea in quis\",\n \"adipisicing_9\": \"nisi veniam cillum\"\n },\n \"reason\": \"\"\n }\n ],\n \"aggregate_summary\": {\n \"selected_count\": \"\",\n \"started_count\": \"\",\n \"skipped_count\": \"\",\n \"failed_to_start_count\": \"\",\n \"status_counts\": {\n \"Excepteur_4fe\": \"\"\n },\n \"scored_count\": 0,\n \"average_score\": \"\"\n },\n \"suite_id\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-dfc31645-8be4-4e1b-b04d-8c4b6ef07c55" }, { "id": "5b30f4dc-6a95-4eeb-8bdb-da206618aab1", "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 \"suite_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_cases\": 20,\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id", "run" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-5b30f4dc-6a95-4eeb-8bdb-da206618aab1" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-eead4ad6-7c48-43e6-95a2-d98f4a39956e" } ], "id": "af0117fb-b5bc-47ba-91d1-331f385b5931", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-af0117fb-b5bc-47ba-91d1-331f385b5931" }, { "name": "Get Simulation Suite", "id": "9b413486-5fbf-417d-8077-a2709530a620", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "id": "27cede09-fa58-4354-8770-4101a2fe3720", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "78ee4031-11cc-4ef3-91cc-f06fe021c45d", "key": "suite_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7a14c758-686c-4e7c-8256-c28aaac3b5e0", "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/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"case_count\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"sed_6d\": -53621724.32572629\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7a14c758-686c-4e7c-8256-c28aaac3b5e0" }, { "id": "9d47cf10-24bd-4fa3-950d-ebcb295edb51", "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/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9d47cf10-24bd-4fa3-950d-ebcb295edb51" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9b413486-5fbf-417d-8077-a2709530a620" }, { "name": "Update Simulation Suite", "id": "48889cc9-423d-4e85-b2d2-cbae9072b35c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"essea\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "id": "0e002f59-ad74-46b8-9b3d-8cc00c9a107e", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "95c01f0c-ab92-46c9-9ef7-48925a931aeb", "key": "suite_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "0bd57be0-da9d-41b8-a2da-b47236650993", "name": "Successful Response", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"essea\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"case_count\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"sed_6d\": -53621724.32572629\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0bd57be0-da9d-41b8-a2da-b47236650993" }, { "id": "3878fceb-aba6-4bdd-9026-c95c4b0de162", "name": "Validation Error", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"essea\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-3878fceb-aba6-4bdd-9026-c95c4b0de162" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-48889cc9-423d-4e85-b2d2-cbae9072b35c" }, { "name": "Delete Simulation Suite", "id": "f3b4f9e5-5afd-46de-8970-beeb0318ddf3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "id": "614b6632-2b81-4b56-a4b1-bd937b7fe4e7", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "43a8d407-7ad8-415b-9b76-6e08e179621d", "key": "suite_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ab8c774d-1247-44cb-a303-c68360e4b1cc", "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/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ab8c774d-1247-44cb-a303-c68360e4b1cc" }, { "id": "df02e6be-df0e-4d7b-b587-98775aebdc01", "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/simulations/suites/:suite_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites", ":suite_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-df02e6be-df0e-4d7b-b587-98775aebdc01" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-f3b4f9e5-5afd-46de-8970-beeb0318ddf3" } ], "id": "d36e6b7a-63e9-4213-a91d-716442dd9593", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d36e6b7a-63e9-4213-a91d-716442dd9593" }, { "name": "List Simulation Suites", "id": "ac535afe-643a-4fad-b538-e0a210b1eeb0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites" ], "variable": [ { "id": "037b2e3d-dfeb-4f71-8c67-cf8774ebb60b", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "List first-class simulation suites." }, "response": [ { "id": "3a1c6e87-b34a-4bf4-bba5-3e800d528175", "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/simulations/suites", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"suites\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"case_count\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"officia_813\": \"sed dolor cillum nisi\"\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"case_count\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"dolore64\": \"Excepteur aliquip\",\n \"eiusmod9\": -38994179.78168387,\n \"in_4\": true,\n \"incididunt6a\": -94168406\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-3a1c6e87-b34a-4bf4-bba5-3e800d528175" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ac535afe-643a-4fad-b538-e0a210b1eeb0" }, { "name": "Create Simulation Suite", "id": "4d61b9d6-1f45-465b-b056-02650cb100be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"exercitation_0_3\": -73338890,\n \"doloreb\": 46246153.8677997,\n \"est_7_\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites" ], "variable": [ { "id": "22acceba-4310-4b97-8abd-2c15e2400c6e", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Create a reusable suite definition for saved simulation cases." }, "response": [ { "id": "e2ec7e24-ea02-4da2-a841-6ae110d5aae1", "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 \"name\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"exercitation_0_3\": -73338890,\n \"doloreb\": 46246153.8677997,\n \"est_7_\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"case_count\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"sed_6d\": -53621724.32572629\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e2ec7e24-ea02-4da2-a841-6ae110d5aae1" }, { "id": "95c5b88c-2840-4f46-a7ee-8513dd121f09", "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 \"name\": \"\",\n \"description\": \"\",\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"exercitation_0_3\": -73338890,\n \"doloreb\": 46246153.8677997,\n \"est_7_\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suites", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suites" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-95c5b88c-2840-4f46-a7ee-8513dd121f09" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4d61b9d6-1f45-465b-b056-02650cb100be" } ], "id": "24c54401-8ead-4264-af5c-18e23279cd81", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-24c54401-8ead-4264-af5c-18e23279cd81" }, { "name": "cases", "item": [ { "name": "{case_id}", "item": [ { "name": "run", "item": [ { "name": "Run Simulation Case", "id": "7e07ef1d-d94c-4524-ba1c-f51e33012ebf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id", "run" ], "variable": [ { "id": "16e20e4b-b41f-4544-adf9-f03167c908c2", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "45dde753-d0ae-4c9a-b532-eafeaae2814c", "key": "case_id", "value": "", "description": "(Required) " } ] }, "description": "Run the current saved simulation case through the bridge executor." }, "response": [ { "id": "d787f3e4-10c8-40e9-9f1b-555fbffa1f3e", "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 \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id", "run" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"status\": \"failed\",\n \"scenarios\": [\n {\n \"description\": \"\",\n \"initial_message\": \"\",\n \"scenario_instructions\": \"\",\n \"temperament\": \"neutral\",\n \"persona\": {\n \"name\": \"\",\n \"role\": \"patient\",\n \"communication_style\": \"\",\n \"default_language\": \"en-US\",\n \"background\": \"\"\n },\n \"case_id\": \"\"\n },\n {\n \"description\": \"\",\n \"initial_message\": \"\",\n \"scenario_instructions\": \"\",\n \"temperament\": \"neutral\",\n \"persona\": {\n \"name\": \"\",\n \"role\": \"patient\",\n \"communication_style\": \"\",\n \"default_language\": \"en-US\",\n \"background\": \"\"\n },\n \"case_id\": \"\"\n }\n ],\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"inferred_target_spec\": {\n \"desired_states\": [\n \"\",\n \"\"\n ],\n \"non_desired_states\": [\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n },\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n }\n ],\n \"ordered_pathways\": [\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n }\n ],\n \"completion_criteria\": {\n \"state_based\": [\n \"\",\n \"\"\n ],\n \"tool_based\": [\n \"\",\n \"\"\n ]\n }\n },\n \"inferred_target_spec_rationale\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d787f3e4-10c8-40e9-9f1b-555fbffa1f3e" }, { "id": "04785763-83e5-4c0e-9a40-21726e0654db", "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 \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id", "run" ], "variable": [ { "key": "workspace_id" }, { "key": "case_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-04785763-83e5-4c0e-9a40-21726e0654db" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7e07ef1d-d94c-4524-ba1c-f51e33012ebf" } ], "id": "c00805e1-465f-4368-8c3c-31203e7fee10", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c00805e1-465f-4368-8c3c-31203e7fee10" }, { "name": "Get Simulation Case", "id": "d95abfa6-2efc-4dff-b144-fa4ec91d4961", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "id": "250d0f63-3853-46c3-9fa7-e07f1bf4d3bc", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "073b431c-0228-4997-a1e0-d2a66793160d", "key": "case_id", "value": "", "description": "(Required) " } ] }, "description": "Fetch one durable simulation case for case-library inspection." }, "response": [ { "id": "54be3494-8a14-4932-94a4-1b9a7e1d0d45", "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/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"non9c1\": -69304139\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"nulla7\": \"ipsum esse in\",\n \"velitc59\": \"dolore fugiat elit consequat\"\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"tempor_0\": -80631157,\n \"sed_8_2\": false\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"Ut_b00\": 74709752.38667598,\n \"sinte7\": 63958701.96113962\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-54be3494-8a14-4932-94a4-1b9a7e1d0d45" }, { "id": "3829bf28-425e-4ab8-b308-f5d9123c0c85", "name": "Simulation case not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-3829bf28-425e-4ab8-b308-f5d9123c0c85" }, { "id": "fab5b3e9-a7ed-4895-ab13-c9017f2cc478", "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/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-fab5b3e9-a7ed-4895-ab13-c9017f2cc478" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d95abfa6-2efc-4dff-b144-fa4ec91d4961" }, { "name": "Update Simulation Case", "id": "5e17ac74-1e0e-49bf-9990-4a45e9bba1be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"persona\": {\n \"ex_4\": true,\n \"ut9\": true,\n \"amet_18\": false\n },\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"non_5e3\": true\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"ullamcoc\": true,\n \"consequat_17\": -58624967\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_05\": true,\n \"ea_bf\": 94681968.57701936\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "id": "e4525bb6-fc7c-4e13-b50d-a1d62491cdd9", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "83d21e6c-1aec-4ee4-adaf-eae11b82f794", "key": "case_id", "value": "", "description": "(Required) " } ] }, "description": "Update editable fields on one durable simulation case." }, "response": [ { "id": "fe583da1-e8d8-434d-9a49-468420148455", "name": "Successful Response", "originalRequest": { "method": "PATCH", "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 \"service_id\": \"\",\n \"persona\": {\n \"ex_4\": true,\n \"ut9\": true,\n \"amet_18\": false\n },\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"non_5e3\": true\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"ullamcoc\": true,\n \"consequat_17\": -58624967\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_05\": true,\n \"ea_bf\": 94681968.57701936\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"non9c1\": -69304139\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"nulla7\": \"ipsum esse in\",\n \"velitc59\": \"dolore fugiat elit consequat\"\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"tempor_0\": -80631157,\n \"sed_8_2\": false\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"Ut_b00\": 74709752.38667598,\n \"sinte7\": 63958701.96113962\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-fe583da1-e8d8-434d-9a49-468420148455" }, { "id": "fe8733bc-b25c-410f-a47b-06774b6b3a3d", "name": "Simulation case not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"persona\": {\n \"ex_4\": true,\n \"ut9\": true,\n \"amet_18\": false\n },\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"non_5e3\": true\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"ullamcoc\": true,\n \"consequat_17\": -58624967\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_05\": true,\n \"ea_bf\": 94681968.57701936\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-fe8733bc-b25c-410f-a47b-06774b6b3a3d" }, { "id": "c44b46d2-e4dd-4ada-b651-b2946a8c03a3", "name": "Validation Error", "originalRequest": { "method": "PATCH", "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 \"service_id\": \"\",\n \"persona\": {\n \"ex_4\": true,\n \"ut9\": true,\n \"amet_18\": false\n },\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"non_5e3\": true\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"ullamcoc\": true,\n \"consequat_17\": -58624967\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_05\": true,\n \"ea_bf\": 94681968.57701936\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c44b46d2-e4dd-4ada-b651-b2946a8c03a3" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-5e17ac74-1e0e-49bf-9990-4a45e9bba1be" }, { "name": "Delete Simulation Case", "id": "16a40b2f-0110-428e-b5ff-3fa7e0138860", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "id": "aed386c3-3e27-4dd6-9a7f-15cb6fe8a89c", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "a69f08d1-a435-440a-859e-7e872836a4a9", "key": "case_id", "value": "", "description": "(Required) " } ] }, "description": "Delete one durable simulation case." }, "response": [ { "id": "0faa7ee1-b34b-4750-91be-f6278fd59c84", "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/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0faa7ee1-b34b-4750-91be-f6278fd59c84" }, { "id": "343fdfe7-ea78-4a05-a7d4-b63e909309c7", "name": "Simulation case not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-343fdfe7-ea78-4a05-a7d4-b63e909309c7" }, { "id": "141b74fd-3bb6-40d8-b7de-7aea633c0a66", "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/simulations/cases/:case_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases", ":case_id" ], "variable": [ { "key": "workspace_id" }, { "key": "case_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-141b74fd-3bb6-40d8-b7de-7aea633c0a66" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-16a40b2f-0110-428e-b5ff-3fa7e0138860" } ], "id": "411e09ee-b857-476e-8d6d-84228512cb98", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-411e09ee-b857-476e-8d6d-84228512cb98" }, { "name": "List Simulation Cases", "id": "eadaf0cd-04d1-45ce-8893-6454064487ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases?service_id=&tags=&tags=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases" ], "query": [ { "key": "service_id", "value": "" }, { "key": "tags", "value": "" }, { "key": "tags", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "48b843f0-eca4-4f97-9bb1-ecc64c12808d", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "List durable simulation cases for case-library inspection." }, "response": [ { "id": "1b1281df-7855-44f1-8ffb-54b7c399183a", "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/simulations/cases?service_id=&tags=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases" ], "query": [ { "key": "service_id", "value": "" }, { "key": "tags", "value": "" }, { "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 \"workspace_id\": \"\",\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"ex57\": true,\n \"reprehenderit_0d\": \"do non eiusmod labore\"\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"nostrud_ed\": -80695798\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"veniamf7f\": \"consequa\"\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"cillum_c43\": false,\n \"ipsum002\": 44671371.06591204\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"labore_d\": true,\n \"veniam1f\": \"laboris culpa sunt irure\"\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"exercitatione\": 40828705.982722014\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"ullamcod_4\": -79809499\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"mollit_\": \"Ut non\",\n \"laborum_75\": false\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-1b1281df-7855-44f1-8ffb-54b7c399183a" }, { "id": "82b8b958-f2df-4175-8f3c-c66794e2cf82", "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/simulations/cases?service_id=&tags=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases" ], "query": [ { "key": "service_id", "value": "" }, { "key": "tags", "value": "" }, { "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-82b8b958-f2df-4175-8f3c-c66794e2cf82" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-eadaf0cd-04d1-45ce-8893-6454064487ea" }, { "name": "Create Simulation Cases", "id": "7551b111-31b1-4e9b-baaa-a2aa4d5a5b09", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cases\": [\n {\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"minim_2\": -47670123.598345\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"velitf3\": -1882937.4838448018,\n \"doacb\": -23763103.12107943\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"elit20\": \"mollit Duis aute\",\n \"minim_08\": false,\n \"idb\": \"ut amet mag\"\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_2\": 60371504.46479043\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases" ], "variable": [ { "id": "f7730968-885e-4faf-b03a-2d6638f86c09", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Create durable simulation cases for an internal benchmark suite." }, "response": [ { "id": "0c9c8343-6a23-49f2-9425-e66d7875af83", "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 \"cases\": [\n {\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"minim_2\": -47670123.598345\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"velitf3\": -1882937.4838448018,\n \"doacb\": -23763103.12107943\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"elit20\": \"mollit Duis aute\",\n \"minim_08\": false,\n \"idb\": \"ut amet mag\"\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_2\": 60371504.46479043\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cases\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"adipisicing5db\": -99120941.64695016\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"Lorem0_\": -76839028\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"sedac9\": -71601318.10908155\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"officia_8b\": -46153521.16236888\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"in_058\": \"ullamco est\",\n \"eiusmod9\": -45763608\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"cillum7b\": 34182062,\n \"utb65\": 74793491.64583224,\n \"tempor_22\": -19059836\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"Duis_1\": 28445592.99623497\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"occaecat_e92\": false,\n \"ad_9c6\": true\n },\n \"created_by\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0c9c8343-6a23-49f2-9425-e66d7875af83" }, { "id": "ad4c1879-82bd-4f47-9b23-27a35523b231", "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 \"cases\": [\n {\n \"description\": \"\",\n \"scenario\": {\n \"instructions\": \"\",\n \"initial_message\": \"\",\n \"temperament\": \"\"\n },\n \"service_id\": \"\",\n \"persona\": {\n \"minim_2\": -47670123.598345\n },\n \"grounding\": {\n \"patient_entity_id\": \"\"\n },\n \"evals\": [\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"velitf3\": -1882937.4838448018,\n \"doacb\": -23763103.12107943\n },\n \"weight\": \"\"\n },\n {\n \"type\": \"\",\n \"metric_key\": \"\",\n \"expected\": {},\n \"params\": {\n \"elit20\": \"mollit Duis aute\",\n \"minim_08\": false,\n \"idb\": \"ut amet mag\"\n },\n \"weight\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"ipsum_2\": 60371504.46479043\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/cases", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "cases" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ad4c1879-82bd-4f47-9b23-27a35523b231" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7551b111-31b1-4e9b-baaa-a2aa4d5a5b09" } ], "id": "8080b7fe-2639-4451-9abd-e0675745bb52", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-8080b7fe-2639-4451-9abd-e0675745bb52" }, { "name": "performance", "item": [ { "name": "Get Simulation Performance", "id": "82c5e823-db6f-40ee-b4c1-639baec94939", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/performance?service_id=&limit=15", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "performance" ], "query": [ { "key": "service_id", "value": "" }, { "key": "limit", "value": "15" } ], "variable": [ { "id": "e663e482-da1d-4f7e-8c63-a05483703a38", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Aggregate recent graded (case/suite) runs into the Simulations overview:\noverall pass rate, per-metric trend series, and per-case / per-suite rollups\n(each with its per-conversation verdicts).\n\n``limit`` bounds how many recent runs are read (capped at 50). One request\nreplaces the console's former one-fetch-per-run fan-out." }, "response": [ { "id": "c73e1b79-779d-4346-8d34-de9dc4e230bc", "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/simulations/performance?service_id=&limit=15", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "performance" ], "query": [ { "key": "service_id", "value": "" }, { "key": "limit", "value": "15" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"overview\": {\n \"overall_pass_rate\": \"\",\n \"evals_run\": 0,\n \"needs_attention_count\": 0,\n \"runs_analyzed\": 0\n },\n \"metrics\": [\n {\n \"metric_key\": \"\",\n \"label\": \"\",\n \"per_run\": [\n {\n \"at\": \"\",\n \"value\": \"\",\n \"passed\": 0,\n \"measured\": 0\n },\n {\n \"at\": \"\",\n \"value\": \"\",\n \"passed\": 0,\n \"measured\": 0\n }\n ]\n },\n {\n \"metric_key\": \"\",\n \"label\": \"\",\n \"per_run\": [\n {\n \"at\": \"\",\n \"value\": \"\",\n \"passed\": 0,\n \"measured\": 0\n },\n {\n \"at\": \"\",\n \"value\": \"\",\n \"passed\": 0,\n \"measured\": 0\n }\n ]\n }\n ],\n \"by_case\": [\n {\n \"case_name\": \"\",\n \"latest_run_id\": \"\",\n \"case_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"assertions\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"llm_judge\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"structured\",\n \"evaluation_method\": \"tool_called\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"in_254\": true,\n \"ea_fc5\": false,\n \"consequateb\": false\n },\n \"definition\": {\n \"qui_821\": true\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"etc99\": \"proident culpa reprehenderit\"\n },\n \"definition\": {\n \"sedc\": -86184922.37816344\n },\n \"created_at\": \"\"\n }\n ]\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"llm_judge\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"structured\",\n \"evaluation_method\": \"tool_called\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"skipped\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"dolore2\": 37062071.67299688,\n \"cillumfe3\": -36195726.089367144\n },\n \"definition\": {\n \"dolorec\": true\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"sunt2\": true,\n \"culpa99\": \"qui ex consectetur\"\n },\n \"definition\": {\n \"dolore_0\": true,\n \"mollit_5\": 19971211\n },\n \"created_at\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"case_name\": \"\",\n \"latest_run_id\": \"\",\n \"case_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"assertions\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"checks\": [\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"pending\",\n \"label\": \"\",\n \"value_type\": \"categorical\",\n \"evaluation_method\": \"regex\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"tool_called\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"skipped\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"pariatur_e\": true,\n \"occaecat0c\": true\n },\n \"definition\": {\n \"do_2d\": true,\n \"enim_741\": \"ullamco\"\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"Loremb_\": \"et aliqua sit in\",\n \"mollit_e9\": true,\n \"irured7\": -23773723.90562433\n },\n \"definition\": {\n \"non_0f6\": \"velit dolore enim\"\n },\n \"created_at\": \"\"\n }\n ]\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"checks\": [\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"pending\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"threshold\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"pending\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"equals\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"skipped\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"labore1\": 52155652.436875045,\n \"eiusmod_7b\": \"dolor\",\n \"laboris_a\": -49541093.6132405\n },\n \"definition\": {\n \"nisi_2\": 49566526.0332343,\n \"ut_3\": \"sint laborum Excepteur consequat\"\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"failed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"ex90a\": true,\n \"consequat_db4\": \"ad irure\"\n },\n \"definition\": {\n \"sed_df5\": \"culpa enim\",\n \"nostrud_d\": true,\n \"tempor5\": \"sed\",\n \"occaecat_e\": 57319850\n },\n \"created_at\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"by_suite\": [\n {\n \"suite_name\": \"\",\n \"suite_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"cases\": [\n {\n \"case_name\": \"\",\n \"latest_run_id\": \"\",\n \"case_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"assertions\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"numeric\",\n \"evaluation_method\": \"llm_judge\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"passed\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"custom\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"error\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"nulla_b8\": -79699307,\n \"Ut_e\": -83317345.5191281,\n \"magna_d7a\": 46606268.83304855\n },\n \"definition\": {\n \"proident_70f\": -8357868,\n \"deserunt0e8\": true\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"enim5_d\": -45569057.780926146,\n \"voluptate_6\": \"tempor do in Ut\"\n },\n \"definition\": {\n \"consequata\": 80241507,\n \"nulla_e\": \"ex laboris\"\n },\n \"created_at\": \"\"\n }\n ]\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"checks\": [\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"failed\",\n \"label\": \"\",\n \"value_type\": \"numeric\",\n \"evaluation_method\": \"regex\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"categorical\",\n \"evaluation_method\": \"regex\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"eiusmoda\": -91863444,\n \"voluptate8\": false,\n \"velit_d65\": 29254195.89287567\n },\n \"definition\": {\n \"eiusmodf\": \"ex magna nisi dolore cons\",\n \"voluptate_4\": 82271083.64046761,\n \"ipsum_3\": -23817394\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"est_2a6\": 65006768,\n \"elit7\": -72239888\n },\n \"definition\": {\n \"Lorem_fb\": 42353098,\n \"Duisbfb\": true\n },\n \"created_at\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"case_name\": \"\",\n \"latest_run_id\": \"\",\n \"case_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"assertions\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"pending\",\n \"label\": \"\",\n \"value_type\": \"numeric\",\n \"evaluation_method\": \"regex\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"passed\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"contains\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"failed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"incididunt2_\": false,\n \"cupidatat_b\": 10942409\n },\n \"definition\": {\n \"veniamc\": false\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"etc3\": \"sint\",\n \"in_c_3\": \"in\"\n },\n \"definition\": {\n \"aliqua__9c\": \"in elit aute\"\n },\n \"created_at\": \"\"\n }\n ]\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"failed\",\n \"label\": \"\",\n \"value_type\": \"categorical\",\n \"evaluation_method\": \"equals\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"categorical\",\n \"evaluation_method\": \"regex\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"dolore0e\": -28042110.259642467,\n \"nisi_6_f\": true\n },\n \"definition\": {\n \"dolor_73\": \"deserunt ea cillum\",\n \"magna_198\": \"sit adipisicing cillum quis\",\n \"sint_2a\": \"Lorem ex\"\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"failed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"non48\": -88508157.79007685\n },\n \"definition\": {\n \"veniam4\": \"aliquip\",\n \"cupidatat_d9\": false\n },\n \"created_at\": \"\"\n }\n ]\n }\n ]\n }\n ]\n },\n {\n \"suite_name\": \"\",\n \"suite_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"cases\": [\n {\n \"case_name\": \"\",\n \"latest_run_id\": \"\",\n \"case_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"assertions\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"checks\": [\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"regex\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"numeric\",\n \"evaluation_method\": \"custom\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"nulla_a\": 32283624,\n \"labore_e\": true,\n \"consequatf\": true,\n \"nisi_c_d\": 16246953\n },\n \"definition\": {\n \"velit2b0\": -16954287.415016904,\n \"voluptate_9d\": 9626874.123029381\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"eab\": 50378809.99551076,\n \"ut_d40\": \"deserunt mollit est\"\n },\n \"definition\": {\n \"dolor75\": 73660421.02192867\n },\n \"created_at\": \"\"\n }\n ]\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"checks\": [\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"failed\",\n \"label\": \"\",\n \"value_type\": \"text\",\n \"evaluation_method\": \"tool_called\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"text\",\n \"evaluation_method\": \"threshold\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"pending\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"aliquac\": true\n },\n \"definition\": {\n \"labore9b2\": false\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"minim_5\": \"anim\",\n \"commodo0\": -28360264\n },\n \"definition\": {\n \"in_4\": \"dolore magna irure\",\n \"incididuntd2\": false,\n \"tempor_1c7\": 36840217.39162624\n },\n \"created_at\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"case_name\": \"\",\n \"latest_run_id\": \"\",\n \"case_id\": \"\",\n \"pass_rate\": \"\",\n \"passed\": 0,\n \"measured\": 0,\n \"latest_run_at\": \"\",\n \"assertions\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"passed\",\n \"label\": \"\",\n \"value_type\": \"numeric\",\n \"evaluation_method\": \"threshold\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"metric\",\n \"key\": \"\",\n \"verdict\": \"passed\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"equals\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"error\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"reprehenderit54\": -61231919.85294651,\n \"doloref_0\": -18012756.764763966\n },\n \"definition\": {\n \"nulla329\": -52329230.65509043,\n \"commodoc\": -4124869.5803277194\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"metric\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"proident_328\": -17053551.636342764,\n \"tempor_b3\": -55214254\n },\n \"definition\": {\n \"anim6a\": 3384515\n },\n \"created_at\": \"\"\n }\n ]\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"checks\": [\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"error\",\n \"label\": \"\",\n \"value_type\": \"boolean\",\n \"evaluation_method\": \"equals\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n },\n {\n \"source_type\": \"assertion\",\n \"key\": \"\",\n \"verdict\": \"skipped\",\n \"label\": \"\",\n \"value_type\": \"text\",\n \"evaluation_method\": \"tool_called\",\n \"expected\": {},\n \"actual\": {},\n \"expected_display\": \"\",\n \"actual_display\": \"\",\n \"score\": \"\",\n \"score_label\": \"\",\n \"rationale\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"trace_id\": \"\"\n }\n ],\n \"passed\": 0,\n \"failed\": 0,\n \"pending\": 0,\n \"pass_rate\": \"\",\n \"results\": [\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"failed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"eiusmoda6\": 53023119\n },\n \"definition\": {\n \"enim405\": 90604556,\n \"proident0\": \"in ullamco eu ei\",\n \"ullamco_5\": 14516807,\n \"qui_e6\": -68619440,\n \"dolore90\": -55823147.140383966\n },\n \"created_at\": \"\"\n },\n {\n \"eval_key\": \"\",\n \"eval_type\": \"assertion\",\n \"status\": \"passed\",\n \"id\": \"\",\n \"run_id\": \"\",\n \"case_id\": \"\",\n \"session_id\": \"\",\n \"assertion_kind\": \"\",\n \"metric_key\": \"\",\n \"passed\": \"\",\n \"score\": \"\",\n \"expected\": {},\n \"actual\": {},\n \"rationale\": \"\",\n \"justification\": \"\",\n \"references\": [\n \"\",\n \"\"\n ],\n \"details\": {\n \"sit_334\": 98563328.33211696\n },\n \"definition\": {\n \"laboris4\": \"Excepteur\"\n },\n \"created_at\": \"\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c73e1b79-779d-4346-8d34-de9dc4e230bc" }, { "id": "951fb2d3-050c-40bc-a2d7-d4f79dfbd60a", "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/simulations/performance?service_id=&limit=15", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "performance" ], "query": [ { "key": "service_id", "value": "" }, { "key": "limit", "value": "15" } ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-951fb2d3-050c-40bc-a2d7-d4f79dfbd60a" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-82c5e823-db6f-40ee-b4c1-639baec94939" } ], "id": "58912abe-3a9f-42d4-b267-5beff3609989", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-58912abe-3a9f-42d4-b267-5beff3609989" }, { "name": "sessions", "item": [ { "name": "{session_id}", "item": [ { "name": "promote", "item": [ { "name": "Promote Simulation Session", "id": "70e4ae1c-52d5-4175-b037-6206d656e6e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/promote", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "promote" ], "variable": [ { "id": "9c37c527-f3f3-4a91-a1d8-524fc0c7a2be", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "962e7854-02eb-4261-9102-df7005779ff0", "key": "session_id", "value": "", "description": "(Required) " } ] }, "description": "Promote a run-less (interactive playground) session into a coverage run.\n\nInteractive text sessions are created run-less, so ``fork`` \u2014 which requires\na ``run_id`` \u2014 404s on them. This creates a coverage run, binds the existing\nagent-engine session to it (``adopt-run``, a Valkey meta update \u2014 the session\nitself is not recreated), and writes the platform-api ``SimulationCoverageSession``\nrecord that ``get_session_metadata`` returns, unblocking fork/score.\n\nIdempotent: a session that already has a coverage record returns its existing\nrun with ``already_bound=True``." }, "response": [ { "id": "86f8e923-f95d-4ff2-b55c-3c022748fb88", "name": "Successful Response", "originalRequest": { "method": "POST", "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/simulations/sessions/:session_id/promote", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "promote" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"session_id\": \"\",\n \"already_bound\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-86f8e923-f95d-4ff2-b55c-3c022748fb88" }, { "id": "45d67333-d3e2-4321-bfed-455bd9ddb0fd", "name": "Validation Error", "originalRequest": { "method": "POST", "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/simulations/sessions/:session_id/promote", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "promote" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-45d67333-d3e2-4321-bfed-455bd9ddb0fd" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-70e4ae1c-52d5-4175-b037-6206d656e6e6" } ], "id": "82b10486-f041-4c3e-87cf-530c187541b8", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-82b10486-f041-4c3e-87cf-530c187541b8" }, { "name": "step", "item": [ { "name": "Simulation Step", "id": "9f5a52c0-759f-4ade-8539-dc849c5ecc16", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"session_id\": \"\",\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/step", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "step" ], "variable": [ { "id": "8586061b-2ac9-4c53-87b9-6b4541d0a288", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "062a2ae1-05ff-450f-963c-65826c399e88", "key": "session_id", "value": "", "description": "(Required) " } ] }, "description": "Step a simulation session and auto-store the turn observation." }, "response": [ { "id": "ea25918c-7852-46c8-ad41-42faf24f6dc9", "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 \"session_id\": \"\",\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/step", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "step" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"observation\": {\n \"state_before\": \"\",\n \"state_after\": \"\",\n \"state_changed\": \"\",\n \"agent_text\": \"\",\n \"is_terminal\": \"\",\n \"selected_action\": \"\",\n \"empathy_tier\": 0,\n \"has_pause\": false,\n \"engine_ms\": \"\",\n \"nav_ms\": \"\"\n },\n \"snapshot\": {\n \"current_state\": {\n \"name\": \"\",\n \"type\": \"\",\n \"objective\": \"\"\n },\n \"turn_policy\": {\n \"barge_in_enabled\": true,\n \"greeting_shield_s\": 0,\n \"safety_response\": \"suspend_forward\",\n \"context_strategy\": \"full\",\n \"block_forward_call\": false,\n \"block_forward_call_after_turns\": -1\n },\n \"total_turns\": 0,\n \"terminal_reached\": false,\n \"terminal_state\": \"\"\n }\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ea25918c-7852-46c8-ad41-42faf24f6dc9" }, { "id": "bea4ecf1-1a51-4a84-9cdf-f56ae257abf5", "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 \"session_id\": \"\",\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/step", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "step" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-bea4ecf1-1a51-4a84-9cdf-f56ae257abf5" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9f5a52c0-759f-4ade-8539-dc849c5ecc16" } ], "id": "91aab84d-d634-4eb4-8bed-a221b7cfd5ee", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-91aab84d-d634-4eb4-8bed-a221b7cfd5ee" }, { "name": "fork", "item": [ { "name": "Simulation Fork", "id": "a4c9ebc5-4948-45ef-819c-41c3a596464c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"alternatives\": [\n {\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/fork", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "fork" ], "variable": [ { "id": "fedf0b62-bb74-4379-bc3f-9a2a54e155bb", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "78997690-4fae-42fc-ae5e-854691095407", "key": "session_id", "value": "", "description": "(Required) " } ] }, "description": "Fork a session into N branches \u2014 clone + step each alternative atomically." }, "response": [ { "id": "7b5a87b4-f106-4d3e-a268-0ab3797b0371", "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 \"alternatives\": [\n {\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/fork", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "fork" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"commodo_9\": 10317905\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7b5a87b4-f106-4d3e-a268-0ab3797b0371" }, { "id": "19811eb5-37ae-4669-b467-bed8d4e7aaeb", "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 \"alternatives\": [\n {\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/fork", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "fork" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-19811eb5-37ae-4669-b467-bed8d4e7aaeb" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a4c9ebc5-4948-45ef-819c-41c3a596464c" } ], "id": "5efe7792-c96a-4b83-b57d-5ef1f1e22538", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-5efe7792-c96a-4b83-b57d-5ef1f1e22538" }, { "name": "score", "item": [ { "name": "Score Simulation Session", "id": "6ae68ae2-4d7d-4ae6-9f64-9e13a4066a54", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"score\": \"\",\n \"score_rationale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/score", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "score" ], "variable": [ { "id": "67b787b0-b563-49da-939d-2b72e5304343", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "950ba29c-2f71-4455-9667-9ba53b675ece", "key": "session_id", "value": "", "description": "(Required) " } ] }, "description": "ASI assigns a score to a completed simulation session." }, "response": [ { "id": "80010cb2-074d-4932-8af4-d8d05aa4fe9f", "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 \"score\": \"\",\n \"score_rationale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/score", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "score" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"velita\": \"\",\n \"Ut65\": \"\",\n \"nostrud_3\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-80010cb2-074d-4932-8af4-d8d05aa4fe9f" }, { "id": "faaa3d03-bfcb-4960-bd91-e57588446c50", "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 \"score\": \"\",\n \"score_rationale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/score", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "score" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-faaa3d03-bfcb-4960-bd91-e57588446c50" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-6ae68ae2-4d7d-4ae6-9f64-9e13a4066a54" } ], "id": "b82fe125-53b8-4741-b131-f66ff78264b7", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-b82fe125-53b8-4741-b131-f66ff78264b7" }, { "name": "intelligence", "item": [ { "name": "Simulation Intelligence", "id": "4e7f469d-7134-40bc-a94a-910f864c121a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/intelligence", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "intelligence" ], "variable": [ { "id": "3f9cc227-dd76-47a1-afc1-d9a0156f1a79", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "ede54826-96cb-4277-8920-a6244768b143", "key": "session_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "cb79d0a4-2615-4c75-96ca-2c1e71ac3ba4", "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/simulations/sessions/:session_id/intelligence", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "intelligence" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"session_id\": \"\",\n \"intelligence\": {\n \"nisi740\": \"adipisicing incididunt\",\n \"officiaf5d\": -12014422.739093304,\n \"et83d\": \"laboris eiusmod velit\"\n }\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-cb79d0a4-2615-4c75-96ca-2c1e71ac3ba4" }, { "id": "98908d7f-6801-4d35-9f31-ff8808950658", "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/simulations/sessions/:session_id/intelligence", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "intelligence" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-98908d7f-6801-4d35-9f31-ff8808950658" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4e7f469d-7134-40bc-a94a-910f864c121a" } ], "id": "fe4c2dc2-2ea5-41bd-b419-628525cc52ff", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-fe4c2dc2-2ea5-41bd-b419-628525cc52ff" }, { "name": "turns", "item": [ { "name": "Get Simulation Session Turns", "id": "9d79aa2d-9b7f-40af-9b55-7c15338604f8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id/turns", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "turns" ], "variable": [ { "id": "2d696ae9-eb6f-42a4-8cef-ce0679e21a93", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "0a0f8ed6-0638-4b14-9f96-646a1f3437e6", "key": "session_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "c73a8045-20de-4788-9cd9-4c0867148ea4", "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/simulations/sessions/:session_id/turns", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "turns" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"veniam_1\": true,\n \"aliquip_f8\": true\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c73a8045-20de-4788-9cd9-4c0867148ea4" }, { "id": "ee47d82d-9aed-43ed-acc1-0c4e93def039", "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/simulations/sessions/:session_id/turns", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id", "turns" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ee47d82d-9aed-43ed-acc1-0c4e93def039" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9d79aa2d-9b7f-40af-9b55-7c15338604f8" } ], "id": "e042fd1b-5662-4c25-8f17-12b438f5f83f", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e042fd1b-5662-4c25-8f17-12b438f5f83f" }, { "name": "Simulation Observe", "id": "20422ec8-d681-4da3-8354-8d486d011439", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id" ], "variable": [ { "id": "bf66763b-fcf9-4a77-8868-b86c7fb172de", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "7bfb1a94-d6c4-4e28-85ae-b483cffd6907", "key": "session_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4e8079c8-ce23-4206-9a62-e803d5f509ea", "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/simulations/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"current_state\": {\n \"name\": \"\",\n \"type\": \"\",\n \"objective\": \"\"\n },\n \"turn_policy\": {\n \"barge_in_enabled\": true,\n \"greeting_shield_s\": 0,\n \"safety_response\": \"suspend_forward\",\n \"context_strategy\": \"full\",\n \"block_forward_call\": false,\n \"block_forward_call_after_turns\": -1\n },\n \"total_turns\": 0,\n \"terminal_reached\": false,\n \"terminal_state\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4e8079c8-ce23-4206-9a62-e803d5f509ea" }, { "id": "86706806-0a8b-4205-8187-a18106edf1e9", "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/simulations/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-86706806-0a8b-4205-8187-a18106edf1e9" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-20422ec8-d681-4da3-8354-8d486d011439" }, { "name": "Simulation Destroy", "id": "6a92ccff-c909-472d-8dbd-783007877bc7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id" ], "variable": [ { "id": "94198147-a030-4b51-af29-4329cf9c6c16", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "09200352-de78-4275-bea0-ee798f9c7416", "key": "session_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "53a4cf92-4ffc-497c-acde-383f6f532566", "name": "Successful Response", "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/simulations/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id" ], "variable": [ { "key": "workspace_id" }, { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-53a4cf92-4ffc-497c-acde-383f6f532566" }, { "id": "8a1f37f3-40df-4481-bf4a-71348cde4099", "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/simulations/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", ":session_id" ], "variable": [ { "key": "workspace_id" }, { "key": "session_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-8a1f37f3-40df-4481-bf4a-71348cde4099" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-6a92ccff-c909-472d-8dbd-783007877bc7" } ], "id": "64fbb967-a95a-4f62-9d6e-b62a8b00a9ab", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-64fbb967-a95a-4f62-9d6e-b62a8b00a9ab" }, { "name": "step", "item": [ { "name": "Test Conversation Step", "id": "73bcea12-9a6a-4762-8dc8-81bca3b5cd5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"session_id\": \"\",\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/step", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", "step" ], "variable": [ { "id": "dc878d86-a058-4dca-be59-41eb56eacb2c", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Step a test conversation (no coverage auto-store)." }, "response": [ { "id": "c87ec3a0-5da2-418c-a77d-2f5ea81f1ec4", "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 \"session_id\": \"\",\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/step", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", "step" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"observation\": {\n \"state_before\": \"\",\n \"state_after\": \"\",\n \"state_changed\": \"\",\n \"agent_text\": \"\",\n \"is_terminal\": \"\",\n \"selected_action\": \"\",\n \"empathy_tier\": 0,\n \"has_pause\": false,\n \"engine_ms\": \"\",\n \"nav_ms\": \"\"\n },\n \"snapshot\": {\n \"current_state\": {\n \"name\": \"\",\n \"type\": \"\",\n \"objective\": \"\"\n },\n \"turn_policy\": {\n \"barge_in_enabled\": true,\n \"greeting_shield_s\": 0,\n \"safety_response\": \"suspend_forward\",\n \"context_strategy\": \"full\",\n \"block_forward_call\": false,\n \"block_forward_call_after_turns\": -1\n },\n \"total_turns\": 0,\n \"terminal_reached\": false,\n \"terminal_state\": \"\"\n }\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c87ec3a0-5da2-418c-a77d-2f5ea81f1ec4" }, { "id": "6e651389-f246-4389-a95b-2422217ab0a4", "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 \"session_id\": \"\",\n \"caller_text\": \"\",\n \"emotion\": \"\",\n \"valence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/step", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", "step" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-6e651389-f246-4389-a95b-2422217ab0a4" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-73bcea12-9a6a-4762-8dc8-81bca3b5cd5b" } ], "id": "0cee9b4c-7cd4-481f-a8e0-4dd364597215", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0cee9b4c-7cd4-481f-a8e0-4dd364597215" }, { "name": "recommend", "item": [ { "name": "Simulation Recommend", "id": "acdd6dfc-f3eb-4682-be91-9801b52ab8a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"session_id\": \"\",\n \"n\": 5\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/recommend", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", "recommend" ], "variable": [ { "id": "149a254a-cab1-4237-9b5c-eb198a9918c9", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "6f55e26c-57e9-44ef-b676-1d10da5338ca", "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 \"session_id\": \"\",\n \"n\": 5\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/recommend", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", "recommend" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"suggestions\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-6f55e26c-57e9-44ef-b676-1d10da5338ca" }, { "id": "a73b8cd2-6611-42e7-a93a-56ea6e6f6f79", "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 \"session_id\": \"\",\n \"n\": 5\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions/recommend", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions", "recommend" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a73b8cd2-6611-42e7-a93a-56ea6e6f6f79" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-acdd6dfc-f3eb-4682-be91-9801b52ab8a5" } ], "id": "81f9ba9a-21ce-460b-9662-b1725cf4ad52", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-81f9ba9a-21ce-460b-9662-b1725cf4ad52" }, { "name": "Create Test Conversation", "id": "4b892f05-dc0c-4e25-865e-576cfb4e9781", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"caller_id\": \"\",\n \"entity_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions" ], "variable": [ { "id": "316d9b30-c5bd-4504-8d55-a2841765d9e9", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Create a test conversation session (no coverage run required)." }, "response": [ { "id": "023e681e-0109-4eb5-831f-45401eb40b56", "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 \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"caller_id\": \"\",\n \"entity_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"session_id\": \"\",\n \"greeting\": \"\",\n \"is_terminal\": \"\",\n \"snapshot\": {\n \"current_state\": {\n \"name\": \"\",\n \"type\": \"\",\n \"objective\": \"\"\n },\n \"turn_policy\": {\n \"barge_in_enabled\": true,\n \"greeting_shield_s\": 0,\n \"safety_response\": \"suspend_forward\",\n \"context_strategy\": \"full\",\n \"block_forward_call\": false,\n \"block_forward_call_after_turns\": -1\n },\n \"total_turns\": 0,\n \"terminal_reached\": false,\n \"terminal_state\": \"\"\n }\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-023e681e-0109-4eb5-831f-45401eb40b56" }, { "id": "a94e4022-09e1-4018-8641-c5b9abccfb2f", "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 \"service_id\": \"\",\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"caller_id\": \"\",\n \"entity_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/sessions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "sessions" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a94e4022-09e1-4018-8641-c5b9abccfb2f" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4b892f05-dc0c-4e25-865e-576cfb4e9781" } ], "id": "4e669f0a-d438-4fa9-a7af-b5619435fa44", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4e669f0a-d438-4fa9-a7af-b5619435fa44" }, { "name": "services", "item": [ { "name": "{service_id}", "item": [ { "name": "graph", "item": [ { "name": "paths", "item": [ { "name": "Get Simulation Coverage Paths", "id": "6dc2b511-9896-40e3-95c0-633d3c39542a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/services/:service_id/graph/paths?run_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph", "paths" ], "query": [ { "key": "run_id", "value": "" } ], "variable": [ { "id": "4ba7d282-857e-4776-9e23-a3100ee419f1", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "a63ec2eb-c577-47bb-a26f-73337f928efc", "key": "service_id", "value": "", "description": "(Required) " } ] }, "description": "Get distinct trajectories from simulation sessions." }, "response": [ { "id": "9a6650a6-03c7-4e8e-96af-b9ec80663ab0", "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/simulations/services/:service_id/graph/paths?run_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph", "paths" ], "query": [ { "key": "run_id", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ullamco_f4\": -21637381,\n \"eiusmode\": true\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9a6650a6-03c7-4e8e-96af-b9ec80663ab0" }, { "id": "5faccb59-c113-4eb8-96ac-d1e5fd514f90", "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/simulations/services/:service_id/graph/paths?run_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph", "paths" ], "query": [ { "key": "run_id", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-5faccb59-c113-4eb8-96ac-d1e5fd514f90" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-6dc2b511-9896-40e3-95c0-633d3c39542a" } ], "id": "3168103c-0636-4ffa-90ed-8b7eb1b62cff", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-3168103c-0636-4ffa-90ed-8b7eb1b62cff" }, { "name": "Get Simulation Coverage Graph", "id": "cce57e04-35a6-46f9-bccd-106361406db6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/services/:service_id/graph?run_id=&include_turns=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph" ], "query": [ { "key": "run_id", "value": "" }, { "key": "include_turns", "value": "false" } ], "variable": [ { "id": "1e4c72be-9ece-4381-b687-4b04169b32a8", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "7dd518a7-97f3-44d4-ad52-745bad931ff9", "key": "service_id", "value": "", "description": "(Required) " } ] }, "description": "Get the B&B knowledge graph for a service \u2014 topology + observations merged." }, "response": [ { "id": "02784be1-2fcb-4560-8d2a-a0d024daeb78", "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/simulations/services/:service_id/graph?run_id=&include_turns=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph" ], "query": [ { "key": "run_id", "value": "" }, { "key": "include_turns", "value": "false" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"irure_efa\": -56975744.565047346,\n \"irure_2d\": \"eu\",\n \"nostrud_658\": \"mollit dolore culpa amet ut\",\n \"velit_3\": -58074294\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-02784be1-2fcb-4560-8d2a-a0d024daeb78" }, { "id": "d7cae037-b8ee-4ac1-84e8-bffaabbbd814", "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/simulations/services/:service_id/graph?run_id=&include_turns=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph" ], "query": [ { "key": "run_id", "value": "" }, { "key": "include_turns", "value": "false" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d7cae037-b8ee-4ac1-84e8-bffaabbbd814" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-cce57e04-35a6-46f9-bccd-106361406db6" }, { "name": "Delete Simulation Coverage Graph", "id": "ead9be4c-5b65-4234-a2dc-db9e7a2e0952", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/services/:service_id/graph", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph" ], "variable": [ { "id": "85f531a1-1a58-4a66-b18b-c225a021d70c", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "a1de2ae1-3861-49f0-be45-09acec81fdde", "key": "service_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "5c358a16-914a-4a2e-9360-622c7257983f", "name": "Successful Response", "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/simulations/services/:service_id/graph", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph" ], "variable": [ { "key": "workspace_id" }, { "key": "service_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"mollit655\": true,\n \"Excepteurd\": 34930326,\n \"exercitationa7\": \"reprehenderit minim nostrud\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-5c358a16-914a-4a2e-9360-622c7257983f" }, { "id": "16c47438-6aa4-4e67-8266-9524a3292f16", "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/simulations/services/:service_id/graph", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "graph" ], "variable": [ { "key": "workspace_id" }, { "key": "service_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-16c47438-6aa4-4e67-8266-9524a3292f16" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ead9be4c-5b65-4234-a2dc-db9e7a2e0952" } ], "id": "898de277-b546-4050-bf3e-0b04503dd428", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-898de277-b546-4050-bf3e-0b04503dd428" }, { "name": "sessions", "item": [ { "name": "List Simulation Sessions", "id": "23c35188-6d8b-4ab2-8818-db3fa330b399", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/services/:service_id/sessions?run_id=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "sessions" ], "query": [ { "key": "run_id", "value": "" }, { "key": "limit", "value": "50" } ], "variable": [ { "id": "7bb6f811-abc8-4785-b76f-8427d69dbb28", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "3ef04b40-488a-42ac-a23b-11bd3c05d42f", "key": "service_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "e27bfc97-8bf0-4753-bee5-165d42231d70", "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/simulations/services/:service_id/sessions?run_id=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "sessions" ], "query": [ { "key": "run_id", "value": "" }, { "key": "limit", "value": "50" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"anim33\": 65596998.759566545,\n \"cupidatat908\": \"laboris consectetur\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e27bfc97-8bf0-4753-bee5-165d42231d70" }, { "id": "a29dcc60-698a-417d-ac4e-a605aed69698", "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/simulations/services/:service_id/sessions?run_id=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "sessions" ], "query": [ { "key": "run_id", "value": "" }, { "key": "limit", "value": "50" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a29dcc60-698a-417d-ac4e-a605aed69698" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-23c35188-6d8b-4ab2-8818-db3fa330b399" } ], "id": "63e4d4e8-836c-4e87-b1ec-0f6e3d28ee2c", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-63e4d4e8-836c-4e87-b1ec-0f6e3d28ee2c" }, { "name": "turns", "item": [ { "name": "Query Simulation Turns", "id": "c63a384a-0cc8-487e-9dd6-7f1a301ccc13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/services/:service_id/turns?state=&from_state=&to_state=&limit=100", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "turns" ], "query": [ { "key": "state", "value": "" }, { "key": "from_state", "value": "" }, { "key": "to_state", "value": "" }, { "key": "limit", "value": "100" } ], "variable": [ { "id": "68eac106-b19b-4eb6-9603-4d0f2d075d07", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "8b04fb22-ac6c-48ac-9340-4b8024be1b65", "key": "service_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "e037156d-b1ec-4818-8d66-29fcd7c58fbf", "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/simulations/services/:service_id/turns?state=&from_state=&to_state=&limit=100", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "turns" ], "query": [ { "key": "state", "value": "" }, { "key": "from_state", "value": "" }, { "key": "to_state", "value": "" }, { "key": "limit", "value": "100" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"non_f3c\": \"aute enim nostrud labore\",\n \"officia_04f\": \"voluptate\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e037156d-b1ec-4818-8d66-29fcd7c58fbf" }, { "id": "d3b4925a-3d05-45ff-82fc-b14e937250ed", "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/simulations/services/:service_id/turns?state=&from_state=&to_state=&limit=100", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "services", ":service_id", "turns" ], "query": [ { "key": "state", "value": "" }, { "key": "from_state", "value": "" }, { "key": "to_state", "value": "" }, { "key": "limit", "value": "100" } ], "variable": [ { "key": "workspace_id" }, { "key": "service_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d3b4925a-3d05-45ff-82fc-b14e937250ed" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c63a384a-0cc8-487e-9dd6-7f1a301ccc13" } ], "id": "0267a1c8-c04c-4cc7-9e90-41de5d53d9e5", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0267a1c8-c04c-4cc7-9e90-41de5d53d9e5" } ], "id": "c2500df1-37d7-422a-98f0-f34c51b11e0b", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-c2500df1-37d7-422a-98f0-f34c51b11e0b" } ], "id": "b034dfc2-726d-41ac-a1ce-5ad661b524b5", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-b034dfc2-726d-41ac-a1ce-5ad661b524b5" }, { "name": "config-to-policy", "item": [ { "name": "Config To Turn Policy", "id": "14c5a915-c4d5-450a-97e6-9ff4807db9c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"config\": {\n \"eiusmod1\": -388444,\n \"fugiat9\": 42104788,\n \"dolorb\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/config-to-policy", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "config-to-policy" ], "variable": [ { "id": "bac5db46-3eb5-4dd5-a573-b2b4847234be", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "58fb8bc6-c4ab-48a4-9526-12ee37854e6d", "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 \"config\": {\n \"eiusmod1\": -388444,\n \"fugiat9\": 42104788,\n \"dolorb\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/config-to-policy", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "config-to-policy" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"et_3\": \"incididunt culpa Lorem mollit\",\n \"velit_d4\": -73644389\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-58fb8bc6-c4ab-48a4-9526-12ee37854e6d" }, { "id": "a974b361-ea59-45c5-a176-83fbb69ead60", "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 \"config\": {\n \"eiusmod1\": -388444,\n \"fugiat9\": 42104788,\n \"dolorb\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/config-to-policy", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "config-to-policy" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a974b361-ea59-45c5-a176-83fbb69ead60" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-14c5a915-c4d5-450a-97e6-9ff4807db9c2" } ], "id": "91dd5e22-7844-4315-99fb-d51294ee3720", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-91dd5e22-7844-4315-99fb-d51294ee3720" }, { "name": "bridge", "item": [ { "name": "plan", "item": [ { "name": "Simulation Bridge Plan", "id": "22e6ff14-0e67-4e74-8e2d-5e27e678b9b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"objective\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/bridge/plan", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "bridge", "plan" ], "variable": [ { "id": "51f70be3-11a3-4fab-bf59-a1b0bddccc08", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Infer a TargetSpec from an NL objective \u2014 preview before running /bridge.\n\nUX: user types \"test scheduling failures in 20 different ways\", we return\na structured target_spec + rationale. The frontend shows both, lets the\nuser edit (add/remove states, tighten pathways), then POSTs the final\nspec to /bridge. Same LLM, same Vertex cost structure as /bridge, but\nno run is created \u2014 pure inference." }, "response": [ { "id": "a233cfd5-0a22-4369-9ef0-737a810e85d3", "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 \"service_id\": \"\",\n \"objective\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/bridge/plan", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "bridge", "plan" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"target_spec\": {\n \"desired_states\": [\n \"\",\n \"\"\n ],\n \"non_desired_states\": [\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n },\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n }\n ],\n \"ordered_pathways\": [\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n }\n ],\n \"completion_criteria\": {\n \"state_based\": [\n \"\",\n \"\"\n ],\n \"tool_based\": [\n \"\",\n \"\"\n ]\n }\n },\n \"rationale\": \"\",\n \"available_states\": [\n \"\",\n \"\"\n ],\n \"available_tools\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a233cfd5-0a22-4369-9ef0-737a810e85d3" }, { "id": "4d90522b-691e-4c42-9d57-8ebdbdfb95a3", "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 \"service_id\": \"\",\n \"objective\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/bridge/plan", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "bridge", "plan" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-4d90522b-691e-4c42-9d57-8ebdbdfb95a3" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-22e6ff14-0e67-4e74-8e2d-5e27e678b9b1" } ], "id": "734654dd-154c-4045-922a-99568bfcff36", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-734654dd-154c-4045-922a-99568bfcff36" }, { "name": "Simulation Bridge", "id": "f0f171c7-eb41-465e-aff6-d9ec03e64ffa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_id\": \"\",\n \"objective\": \"\",\n \"num_scenarios\": 5,\n \"max_turns\": 20,\n \"concurrency\": 3,\n \"branch_name\": \"\",\n \"entity_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"target_spec\": {\n \"desired_states\": [\n \"\",\n \"\"\n ],\n \"non_desired_states\": [\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n },\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n }\n ],\n \"ordered_pathways\": [\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n }\n ],\n \"completion_criteria\": {\n \"state_based\": [\n \"\",\n \"\"\n ],\n \"tool_based\": [\n \"\",\n \"\"\n ]\n }\n },\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n },\n \"auto_target_spec\": false,\n \"async_generation\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/bridge", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "bridge" ], "variable": [ { "id": "d7dcc1f6-13b4-4db0-8d2e-cfe30ff551f7", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "NL objective to N autonomous scenarios against the tracked simulation primitives.\n\nReturns immediately with run_id + generated scenarios. Scenarios run in\nthe background via BridgeExecutor (lifecycle-managed, shutdown-drained).\nCompletion events are emitted to Delta via world_emitter for SDP\nobservability." }, "response": [ { "id": "68b1e899-5381-452e-83b8-fed8abf53b40", "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 \"service_id\": \"\",\n \"objective\": \"\",\n \"num_scenarios\": 5,\n \"max_turns\": 20,\n \"concurrency\": 3,\n \"branch_name\": \"\",\n \"entity_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"target_spec\": {\n \"desired_states\": [\n \"\",\n \"\"\n ],\n \"non_desired_states\": [\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n },\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n }\n ],\n \"ordered_pathways\": [\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n }\n ],\n \"completion_criteria\": {\n \"state_based\": [\n \"\",\n \"\"\n ],\n \"tool_based\": [\n \"\",\n \"\"\n ]\n }\n },\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n },\n \"auto_target_spec\": false,\n \"async_generation\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/bridge", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "bridge" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"status\": \"failed\",\n \"scenarios\": [\n {\n \"description\": \"\",\n \"initial_message\": \"\",\n \"scenario_instructions\": \"\",\n \"temperament\": \"neutral\",\n \"persona\": {\n \"name\": \"\",\n \"role\": \"patient\",\n \"communication_style\": \"\",\n \"default_language\": \"en-US\",\n \"background\": \"\"\n },\n \"case_id\": \"\"\n },\n {\n \"description\": \"\",\n \"initial_message\": \"\",\n \"scenario_instructions\": \"\",\n \"temperament\": \"neutral\",\n \"persona\": {\n \"name\": \"\",\n \"role\": \"patient\",\n \"communication_style\": \"\",\n \"default_language\": \"en-US\",\n \"background\": \"\"\n },\n \"case_id\": \"\"\n }\n ],\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"inferred_target_spec\": {\n \"desired_states\": [\n \"\",\n \"\"\n ],\n \"non_desired_states\": [\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n },\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n }\n ],\n \"ordered_pathways\": [\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n }\n ],\n \"completion_criteria\": {\n \"state_based\": [\n \"\",\n \"\"\n ],\n \"tool_based\": [\n \"\",\n \"\"\n ]\n }\n },\n \"inferred_target_spec_rationale\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-68b1e899-5381-452e-83b8-fed8abf53b40" }, { "id": "d248fbdf-605c-4403-af04-760f30528ccc", "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 \"service_id\": \"\",\n \"objective\": \"\",\n \"num_scenarios\": 5,\n \"max_turns\": 20,\n \"concurrency\": 3,\n \"branch_name\": \"\",\n \"entity_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"target_spec\": {\n \"desired_states\": [\n \"\",\n \"\"\n ],\n \"non_desired_states\": [\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n },\n {\n \"state\": \"\",\n \"mode\": \"hard\"\n }\n ],\n \"ordered_pathways\": [\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"sequence\": [\n \"\"\n ]\n }\n ],\n \"completion_criteria\": {\n \"state_based\": [\n \"\",\n \"\"\n ],\n \"tool_based\": [\n \"\",\n \"\"\n ]\n }\n },\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n },\n \"auto_target_spec\": false,\n \"async_generation\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/bridge", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "bridge" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-d248fbdf-605c-4403-af04-760f30528ccc" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-f0f171c7-eb41-465e-aff6-d9ec03e64ffa" } ], "id": "bec20308-9845-4795-a6a4-aefb2ab27e8e", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-bec20308-9845-4795-a6a4-aefb2ab27e8e" }, { "name": "benchmarks", "item": [ { "name": "run", "item": [ { "name": "Run Simulation Benchmark", "id": "90935758-7c1b-490d-9250-06f50fd3f659", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"suite_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_cases\": 20,\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/benchmarks/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "benchmarks", "run" ], "variable": [ { "id": "3357b4d4-1785-4186-94be-c1d175591525", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Run a suite or tag-selected benchmark batch as one saved-case run per case." }, "response": [ { "id": "e3cea654-2ecd-409b-a71c-3b99a071ffee", "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 \"suite_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_cases\": 20,\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/benchmarks/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "benchmarks", "run" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"batch_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"selected_case_ids\": [\n \"\",\n \"\"\n ],\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"cases\": [\n {\n \"case_id\": \"\",\n \"status\": \"skipped\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"Lorem_7\": true\n },\n \"reason\": \"\"\n },\n {\n \"case_id\": \"\",\n \"status\": \"failed_to_start\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"deseruntf34\": false\n },\n \"reason\": \"\"\n }\n ],\n \"skipped_cases\": [\n {\n \"case_id\": \"\",\n \"status\": \"started\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"sit61\": -95840771.579112,\n \"consequat07\": -5166360.708473936\n },\n \"reason\": \"\"\n },\n {\n \"case_id\": \"\",\n \"status\": \"started\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"dolore_707\": true,\n \"ipsuma\": true\n },\n \"reason\": \"\"\n }\n ],\n \"failed_to_start_cases\": [\n {\n \"case_id\": \"\",\n \"status\": \"started\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"quis759\": 78493744.9086411\n },\n \"reason\": \"\"\n },\n {\n \"case_id\": \"\",\n \"status\": \"failed_to_start\",\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"result_pointer\": {\n \"eiusmod6_\": \"aliqua reprehenderit qui\",\n \"consecteture22\": \"ea in quis\",\n \"adipisicing_9\": \"nisi veniam cillum\"\n },\n \"reason\": \"\"\n }\n ],\n \"aggregate_summary\": {\n \"selected_count\": \"\",\n \"started_count\": \"\",\n \"skipped_count\": \"\",\n \"failed_to_start_count\": \"\",\n \"status_counts\": {\n \"Excepteur_4fe\": \"\"\n },\n \"scored_count\": 0,\n \"average_score\": \"\"\n },\n \"suite_id\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e3cea654-2ecd-409b-a71c-3b99a071ffee" }, { "id": "a4d4e20e-1abf-4ec3-b891-30f7c11667d0", "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 \"suite_id\": \"\",\n \"required_tags\": [\n \"\",\n \"\"\n ],\n \"service_id\": \"\",\n \"entity_id\": \"\",\n \"max_cases\": 20,\n \"max_turns\": 20,\n \"concurrency\": 1,\n \"branch_name\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"exploration\": {\n \"coverage_driven_selection\": false,\n \"enable_forking\": false,\n \"max_forks_per_scenario\": 2,\n \"recommend_candidates\": 3\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/benchmarks/run", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "benchmarks", "run" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-a4d4e20e-1abf-4ec3-b891-30f7c11667d0" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-90935758-7c1b-490d-9250-06f50fd3f659" } ], "id": "79877e8e-fa0e-43be-a04c-51e41766c93f", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-79877e8e-fa0e-43be-a04c-51e41766c93f" }, { "name": "results", "item": [ { "name": "Get Simulation Benchmark Results", "id": "acfe167d-1cb3-43a6-b91d-bd05c6625c9c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"run_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/benchmarks/results", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "benchmarks", "results" ], "variable": [ { "id": "dce7a10d-35b1-42c1-875f-eaf463971266", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Aggregate benchmark results over the run ids returned by benchmark start." }, "response": [ { "id": "53065499-0764-4e3d-a6d5-cb6cba7239dc", "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 \"run_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/benchmarks/results", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "benchmarks", "results" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"total_runs\": \"\",\n \"status_counts\": {\n \"ea_c02\": \"\",\n \"velit_d\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0,\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\",\n \"per_run\": [\n {\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"status\": \"running\",\n \"error\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"session_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"terminal_session_count\": 0,\n \"scored_session_count\": 0,\n \"average_score\": \"\",\n \"passed\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0,\n \"score_rationales\": [\n \"\",\n \"\"\n ],\n \"capability_tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"minim_1\": 49622775,\n \"elit_018\": \"sint veniam in\",\n \"veniama\": \"et ex \"\n },\n \"immediate_average_score\": \"\",\n \"immediate_passed\": \"\",\n \"immediate_pass_count\": 0,\n \"immediate_fail_count\": 0,\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\"\n },\n {\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"status\": \"running\",\n \"error\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"session_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"terminal_session_count\": 0,\n \"scored_session_count\": 0,\n \"average_score\": \"\",\n \"passed\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0,\n \"score_rationales\": [\n \"\",\n \"\"\n ],\n \"capability_tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"esse_1e\": 77042625\n },\n \"immediate_average_score\": \"\",\n \"immediate_passed\": \"\",\n \"immediate_pass_count\": 0,\n \"immediate_fail_count\": 0,\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\"\n }\n ],\n \"capability_breakdown\": {\n \"inaea\": {\n \"run_count\": 0,\n \"status_counts\": {\n \"elit8c1\": \"\",\n \"proident_cb9\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0\n },\n \"voluptateba8\": {\n \"run_count\": 0,\n \"status_counts\": {\n \"sit_3c3\": \"\",\n \"aliqua_b\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0\n },\n \"Excepteur01\": {\n \"run_count\": 0,\n \"status_counts\": {\n \"consequat_c0\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0\n }\n },\n \"missing_run_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-53065499-0764-4e3d-a6d5-cb6cba7239dc" }, { "id": "ecec7124-c10d-404b-bc9f-099f8e647694", "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 \"run_ids\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/benchmarks/results", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "benchmarks", "results" ], "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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ecec7124-c10d-404b-bc9f-099f8e647694" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-acfe167d-1cb3-43a6-b91d-bd05c6625c9c" } ], "id": "0f3c75a7-cf72-46d7-8af7-7fd7d41f7a69", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0f3c75a7-cf72-46d7-8af7-7fd7d41f7a69" } ], "id": "9b0b06cc-7fbc-42ba-9e15-4ae02e933313", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-9b0b06cc-7fbc-42ba-9e15-4ae02e933313" }, { "name": "suite-runs", "item": [ { "name": "{suite_run_id}", "item": [ { "name": "Get Simulation Suite Run Results", "id": "7947d711-bc75-46f3-8ade-4705827b9a50", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/simulations/suite-runs/:suite_run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suite-runs", ":suite_run_id" ], "variable": [ { "id": "8ded3d8e-3643-419f-a0db-243ac1e4e2c3", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "dff33175-4097-4609-b7dd-33ac69e98f1e", "key": "suite_run_id", "value": "", "description": "(Required) " } ] }, "description": "Fetch aggregate results for a durable suite run." }, "response": [ { "id": "0bbc3a1e-4971-43da-92b2-2493451aaab0", "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/simulations/suite-runs/:suite_run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suite-runs", ":suite_run_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"total_runs\": \"\",\n \"suite_run_id\": \"\",\n \"summary\": {\n \"suite_run_id\": \"\",\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"total_runs\": \"\",\n \"status\": \"running\",\n \"suite_id\": \"\",\n \"expected_case_count\": \"\",\n \"status_counts\": {\n \"est_2\": \"\",\n \"nostrudae0\": \"\"\n },\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"dolore_7\": \"elit\"\n }\n },\n \"status_counts\": {\n \"Duis4d6\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0,\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\",\n \"per_run\": [\n {\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"status\": \"failed\",\n \"error\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"session_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"terminal_session_count\": 0,\n \"scored_session_count\": 0,\n \"average_score\": \"\",\n \"passed\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0,\n \"score_rationales\": [\n \"\",\n \"\"\n ],\n \"capability_tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"do358\": 15524163,\n \"irure8e\": 48559188.965106726,\n \"tempor_fb\": true,\n \"in_8e\": 80084636.46272683\n },\n \"immediate_average_score\": \"\",\n \"immediate_passed\": \"\",\n \"immediate_pass_count\": 0,\n \"immediate_fail_count\": 0,\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\"\n },\n {\n \"run_id\": \"\",\n \"service_id\": \"\",\n \"status\": \"running\",\n \"error\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"case_ids\": [\n \"\",\n \"\"\n ],\n \"session_ids\": [\n \"\",\n \"\"\n ],\n \"total_sessions\": 0,\n \"total_turns\": 0,\n \"terminal_session_count\": 0,\n \"scored_session_count\": 0,\n \"average_score\": \"\",\n \"passed\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0,\n \"score_rationales\": [\n \"\",\n \"\"\n ],\n \"capability_tags\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"completed_at\": \"\",\n \"result_pointer\": {\n \"ad_b_c\": true\n },\n \"immediate_average_score\": \"\",\n \"immediate_passed\": \"\",\n \"immediate_pass_count\": 0,\n \"immediate_fail_count\": 0,\n \"metric_status\": \"pending\",\n \"metric_result_count\": 0,\n \"metrics_last_checked_at\": \"\"\n }\n ],\n \"capability_breakdown\": {\n \"ea7\": {\n \"run_count\": 0,\n \"status_counts\": {\n \"nonb2_\": \"\",\n \"proident_0\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0\n },\n \"deserunt__d5\": {\n \"run_count\": 0,\n \"status_counts\": {\n \"et7cd\": \"\",\n \"sunt_967\": \"\",\n \"pariatur8\": \"\",\n \"ut_b\": \"\",\n \"ipsum13\": \"\"\n },\n \"completed_count\": 0,\n \"failed_count\": 0,\n \"scored_count\": 0,\n \"average_score\": \"\",\n \"pass_count\": 0,\n \"fail_count\": 0\n }\n },\n \"missing_run_ids\": [\n \"\",\n \"\"\n ],\n \"suite_id\": \"\"\n}", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-0bbc3a1e-4971-43da-92b2-2493451aaab0" }, { "id": "286063aa-c2d5-41d5-a832-9d08137f2660", "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/simulations/suite-runs/:suite_run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "simulations", "suite-runs", ":suite_run_id" ], "variable": [ { "key": "workspace_id" }, { "key": "suite_run_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:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-286063aa-c2d5-41d5-a832-9d08137f2660" } ], "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-7947d711-bc75-46f3-8ade-4705827b9a50" } ], "id": "2cfc0f13-ea3b-4a46-8a14-d8d762b0adae", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-2cfc0f13-ea3b-4a46-8a14-d8d762b0adae" } ], "id": "ee1e1f7b-3c7e-416c-b7be-81c484778949", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-ee1e1f7b-3c7e-416c-b7be-81c484778949" } ], "id": "18030885-9705-42c6-96bc-20b25ad73cc7", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-18030885-9705-42c6-96bc-20b25ad73cc7" } ], "id": "e55fe914-4de3-4d9b-abd9-a8c9da240fed", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-e55fe914-4de3-4d9b-abd9-a8c9da240fed" } ], "id": "b9f3f4b0-876c-4759-855c-a6a4087f8a2b", "createdAt": "2026-07-28T01:02:47.000Z", "updatedAt": "2026-07-28T01:02:47.000Z", "uid": "35240-b9f3f4b0-876c-4759-855c-a6a4087f8a2b" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }