{ "info": { "_postman_id": "36ddcabf-9b43-4a2b-b535-979c08528252", "name": "Parallel Chat API (Beta) Chat API (Beta) Tasks API", "description": "Parallel API\n\nContact Support:\n Name: Parallel Support\n Email: support@parallel.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-36ddcabf-9b43-4a2b-b535-979c08528252" }, "item": [ { "name": "v1", "item": [ { "name": "tasks", "item": [ { "name": "groups", "item": [ { "name": "{taskgroup_id}", "item": [ { "name": "events", "item": [ { "name": "Stream Task Group Events", "id": "e992dfb9-7978-4f0a-a5db-334706295a31", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/events?last_event_id=&timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "events" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "timeout", "value": "" } ], "variable": [ { "id": "00073b24-a8f1-45e0-8f34-eec80ddadd23", "key": "taskgroup_id", "value": "", "description": "(Required) " } ] }, "description": "Streams events from a TaskGroup: status updates and run completions.\n\nThe connection will remain open for up to an hour as long as at least one run in the\ngroup is still active." }, "response": [ { "id": "621f93db-a0ef-4a91-9a54-0b7deb5bd823", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/events?last_event_id=&timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "events" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "timeout", "value": "" } ], "variable": [ { "key": "taskgroup_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/event-stream" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"event_id\": \"\",\n \"status\": {\n \"num_task_runs\": \"\",\n \"task_run_status_counts\": {\n \"ullamco__5\": \"\"\n },\n \"is_active\": \"\",\n \"status_message\": \"\",\n \"modified_at\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-621f93db-a0ef-4a91-9a54-0b7deb5bd823" }, { "id": "54a56317-bea5-43b7-8318-418c2bcd9302", "name": "TaskGroup not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/events?last_event_id=&timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "events" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "timeout", "value": "" } ], "variable": [ { "key": "taskgroup_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-54a56317-bea5-43b7-8318-418c2bcd9302" }, { "id": "73034259-51eb-4549-827d-dda1371bf5f8", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/events?last_event_id=&timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "events" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "timeout", "value": "" } ], "variable": [ { "key": "taskgroup_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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-73034259-51eb-4549-827d-dda1371bf5f8" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-e992dfb9-7978-4f0a-a5db-334706295a31" } ], "id": "5917e43b-b29a-4eee-b099-654d22e5476d", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-5917e43b-b29a-4eee-b099-654d22e5476d" }, { "name": "runs", "item": [ { "name": "{run_id}", "item": [ { "name": "Retrieve Task Group Run", "id": "79dbceac-d09f-49aa-b8f8-0653a3e53740", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs", ":run_id" ], "variable": [ { "id": "f9e0bb49-249c-4b14-9630-9276b34ae3e6", "key": "taskgroup_id", "value": "", "description": "(Required) " }, { "id": "40c65f35-6ebc-40f4-8755-641761a83c69", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves run status by run_id.\n\nThis endpoint is equivalent to fetching run status directly using the\n`retrieve()` method or the `tasks/runs` GET endpoint.\n\nThe run result is available from the `/result` endpoint." }, "response": [ { "id": "885333d6-95e9-4b1a-996f-44c975b929ba", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs", ":run_id" ], "variable": [ { "key": "taskgroup_id" }, { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"interaction_id\": \"\",\n \"status\": \"failed\",\n \"is_active\": \"\",\n \"processor\": \"\",\n \"created_at\": \"\",\n \"modified_at\": \"\",\n \"warnings\": [\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"labore_f\": \"Duis ut minim\",\n \"ut3\": 21473982.03187652\n }\n },\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"consequat_a2\": 91057359.19372058\n }\n }\n ],\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"do71d\": 93518732.27379158\n }\n },\n \"metadata\": {\n \"dolore5c\": \"\",\n \"exercitation_39\": \"\"\n },\n \"taskgroup_id\": \"\"\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-885333d6-95e9-4b1a-996f-44c975b929ba" }, { "id": "0d386d9e-b71e-43b0-89b3-949cc560c5d4", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs", ":run_id" ], "variable": [ { "key": "taskgroup_id" }, { "key": "run_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-0d386d9e-b71e-43b0-89b3-949cc560c5d4" }, { "id": "6da86746-7d7b-4936-b5cf-b25237014e80", "name": "Run id not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs", ":run_id" ], "variable": [ { "key": "taskgroup_id" }, { "key": "run_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-6da86746-7d7b-4936-b5cf-b25237014e80" }, { "id": "5dff608c-9569-4e15-a2f7-5b27d7867cea", "name": "Request validation error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs", ":run_id" ], "variable": [ { "key": "taskgroup_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 \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-5dff608c-9569-4e15-a2f7-5b27d7867cea" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-79dbceac-d09f-49aa-b8f8-0653a3e53740" } ], "id": "65dbaf20-88fa-4b55-ad7c-cbce6c5f3699", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-65dbaf20-88fa-4b55-ad7c-cbce6c5f3699" }, { "name": "Add Runs to Task Group", "id": "c34ef637-c179-4269-a1fa-fbb61f731d99", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"elita4\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3f4\": false\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"anim12d\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"aliqua_78\": \"\",\n \"inbcb\": \"\",\n \"id4d\": \"\",\n \"euf\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n },\n {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"officia_5ec\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"eu_cd3\": -45923329,\n \"pariatur04\": \"sunt elit tempor est\",\n \"eu92\": true\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"enimb\": \"\",\n \"ad682\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"qui0\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n }\n ],\n \"default_task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"occaecat_8fa\": true\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?refresh_status=true", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "refresh_status", "value": "true" } ], "variable": [ { "id": "70f5e7f7-d0cb-4033-b8f5-7977ee883ea2", "key": "taskgroup_id", "value": "", "description": "(Required) " } ] }, "description": "Initiates multiple task runs within a TaskGroup." }, "response": [ { "id": "8e7f120f-bfe7-4e04-b9c7-d93d099d6f5f", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"elita4\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3f4\": false\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"anim12d\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"aliqua_78\": \"\",\n \"inbcb\": \"\",\n \"id4d\": \"\",\n \"euf\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n },\n {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"officia_5ec\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"eu_cd3\": -45923329,\n \"pariatur04\": \"sunt elit tempor est\",\n \"eu92\": true\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"enimb\": \"\",\n \"ad682\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"qui0\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n }\n ],\n \"default_task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"occaecat_8fa\": true\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?refresh_status=true", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "refresh_status", "value": "true" } ], "variable": [ { "key": "taskgroup_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": {\n \"num_task_runs\": \"\",\n \"task_run_status_counts\": {\n \"ipsum2\": \"\"\n },\n \"is_active\": \"\",\n \"status_message\": \"\",\n \"modified_at\": \"\"\n },\n \"run_ids\": [\n \"\",\n \"\"\n ],\n \"run_cursor\": \"\",\n \"event_cursor\": \"\"\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-8e7f120f-bfe7-4e04-b9c7-d93d099d6f5f" }, { "id": "3582183e-5548-4eb9-9eaa-2fd916603409", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"inputs\": [\n {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"elita4\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3f4\": false\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"anim12d\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"aliqua_78\": \"\",\n \"inbcb\": \"\",\n \"id4d\": \"\",\n \"euf\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n },\n {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"officia_5ec\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"eu_cd3\": -45923329,\n \"pariatur04\": \"sunt elit tempor est\",\n \"eu92\": true\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"enimb\": \"\",\n \"ad682\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"qui0\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n }\n ],\n \"default_task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"occaecat_8fa\": true\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?refresh_status=true", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "refresh_status", "value": "true" } ], "variable": [ { "key": "taskgroup_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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-3582183e-5548-4eb9-9eaa-2fd916603409" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-c34ef637-c179-4269-a1fa-fbb61f731d99" }, { "name": "Fetch Task Group Runs", "id": "c2b88548-6c6d-45e6-9ef8-c3874e2bd124", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?last_event_id=&status=queued&include_input=false&include_output=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "status", "value": "queued" }, { "key": "include_input", "value": "false" }, { "key": "include_output", "value": "false" } ], "variable": [ { "id": "e081b5d5-4f06-42a1-9c49-8d7b0e730a6a", "key": "taskgroup_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves task runs in a TaskGroup and optionally their inputs and outputs.\n\nAll runs within a TaskGroup are returned as a stream. To get the inputs and/or\noutputs back in the stream, set the corresponding `include_input` and\n`include_output` parameters to `true`.\n\nThe stream is resumable using the `event_id` as the cursor. To resume a stream,\nspecify the `last_event_id` parameter with the `event_id` of the last event in the\nstream. The stream will resume from the next event after the `last_event_id`." }, "response": [ { "id": "9cb74962-6e63-45f3-a709-36c59243bc84", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?last_event_id=&status=queued&include_input=false&include_output=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "status", "value": "queued" }, { "key": "include_input", "value": "false" }, { "key": "include_output", "value": "false" } ], "variable": [ { "key": "taskgroup_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/event-stream" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"event_id\": \"\",\n \"run\": {\n \"run_id\": \"\",\n \"interaction_id\": \"\",\n \"status\": \"failed\",\n \"is_active\": \"\",\n \"processor\": \"\",\n \"created_at\": \"\",\n \"modified_at\": \"\",\n \"warnings\": [\n {\n \"type\": \"spec_validation_warning\",\n \"message\": \"\",\n \"detail\": {\n \"in_57a\": -13280634.363101646,\n \"Duis9\": true\n }\n },\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"eiusmodebf\": false,\n \"Lorem_c\": false,\n \"eiusmod_2f\": 72244647\n }\n }\n ],\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"id_d1\": 98943182.93485484\n }\n },\n \"metadata\": {\n \"occaecatf\": \"\",\n \"commodo00\": \"\"\n },\n \"taskgroup_id\": \"\"\n },\n \"input\": {\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"consectetur_e\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"magna_50\": false\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eud1\": \"\",\n \"occaecata\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"sint_f31\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n },\n \"output\": {\n \"basis\": [\n {\n \"field\": \"\",\n \"reasoning\": \"\",\n \"confidence\": \"\"\n },\n {\n \"field\": \"\",\n \"reasoning\": \"\",\n \"confidence\": \"\"\n }\n ],\n \"type\": \"\",\n \"content\": \"\",\n \"mcp_tool_calls\": [\n {\n \"tool_call_id\": \"\",\n \"server_name\": \"\",\n \"tool_name\": \"\",\n \"arguments\": \"\",\n \"content\": \"\",\n \"error\": \"\"\n },\n {\n \"tool_call_id\": \"\",\n \"server_name\": \"\",\n \"tool_name\": \"\",\n \"arguments\": \"\",\n \"content\": \"\",\n \"error\": \"\"\n }\n ],\n \"beta_fields\": {\n \"sunt_ec2\": \"ad voluptate\"\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-9cb74962-6e63-45f3-a709-36c59243bc84" }, { "id": "d3f59cea-5b76-4041-9bad-2d8dc30f8f68", "name": "TaskGroup not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?last_event_id=&status=queued&include_input=false&include_output=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "status", "value": "queued" }, { "key": "include_input", "value": "false" }, { "key": "include_output", "value": "false" } ], "variable": [ { "key": "taskgroup_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-d3f59cea-5b76-4041-9bad-2d8dc30f8f68" }, { "id": "bdd33f91-d2ed-4e4f-af57-6b7b68c8bcf9", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id/runs?last_event_id=&status=queued&include_input=false&include_output=false", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id", "runs" ], "query": [ { "key": "last_event_id", "value": "" }, { "key": "status", "value": "queued" }, { "key": "include_input", "value": "false" }, { "key": "include_output", "value": "false" } ], "variable": [ { "key": "taskgroup_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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-bdd33f91-d2ed-4e4f-af57-6b7b68c8bcf9" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-c2b88548-6c6d-45e6-9ef8-c3874e2bd124" } ], "id": "0b096e94-2dde-405e-ac1f-f2413cef94ca", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-0b096e94-2dde-405e-ac1f-f2413cef94ca" }, { "name": "Retrieve Task Group", "id": "6bc3b0cd-8097-47b9-b22d-37115b092344", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id" ], "variable": [ { "id": "68323618-5c1a-49e8-b00c-5d0191120198", "key": "taskgroup_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves aggregated status across runs in a TaskGroup." }, "response": [ { "id": "c472f88c-aa3a-468f-852f-c833d9e72654", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id" ], "variable": [ { "key": "taskgroup_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"taskgroup_id\": \"\",\n \"status\": {\n \"num_task_runs\": \"\",\n \"task_run_status_counts\": {\n \"magna_dca\": \"\"\n },\n \"is_active\": \"\",\n \"status_message\": \"\",\n \"modified_at\": \"\"\n },\n \"created_at\": \"\",\n \"metadata\": {\n \"sit_9\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-c472f88c-aa3a-468f-852f-c833d9e72654" }, { "id": "d8fe8522-cd41-4d88-bd1d-89822f1cf261", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/groups/:taskgroup_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups", ":taskgroup_id" ], "variable": [ { "key": "taskgroup_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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-d8fe8522-cd41-4d88-bd1d-89822f1cf261" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-6bc3b0cd-8097-47b9-b22d-37115b092344" } ], "id": "4b12c933-dc8e-4aa2-a4fa-b6c9a0cba768", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-4b12c933-dc8e-4aa2-a4fa-b6c9a0cba768" }, { "name": "Create Task Group", "id": "1b05502a-0dd7-479e-8a4f-b8252ce6e5bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": {\n \"non057\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/groups", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups" ] }, "description": "Initiates a TaskGroup to group and track multiple runs." }, "response": [ { "id": "9aa10b31-49bf-4ce8-8a07-8d225b8b63bf", "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: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": {\n \"non057\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/groups", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"taskgroup_id\": \"\",\n \"status\": {\n \"num_task_runs\": \"\",\n \"task_run_status_counts\": {\n \"magna_dca\": \"\"\n },\n \"is_active\": \"\",\n \"status_message\": \"\",\n \"modified_at\": \"\"\n },\n \"created_at\": \"\",\n \"metadata\": {\n \"sit_9\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-9aa10b31-49bf-4ce8-8a07-8d225b8b63bf" }, { "id": "5c1ac2b5-0ae5-4530-8c45-3fa305170b11", "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: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": {\n \"non057\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/groups", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "groups" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-5c1ac2b5-0ae5-4530-8c45-3fa305170b11" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-1b05502a-0dd7-479e-8a4f-b8252ce6e5bd" } ], "id": "b1eb5007-d179-4249-8956-00b097b94cbe", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-b1eb5007-d179-4249-8956-00b097b94cbe" }, { "name": "runs", "item": [ { "name": "{run_id}", "item": [ { "name": "events", "item": [ { "name": "Stream Task Run Events", "id": "e01efd65-6a42-42c5-979e-a77a25c2b90a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "events" ], "variable": [ { "id": "1e9fc49d-617e-486d-9ca3-452f20aed424", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Streams events for a task run.\n\nReturns a stream of events showing progress updates and state changes for the task\nrun.\n\nFor task runs that did not have enable_events set to true during creation, the\nfrequency of events will be reduced." }, "response": [ { "id": "79f7e4b9-6d93-4838-897f-7475935199c4", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "events" ], "variable": [ { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/event-stream" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"source_stats\": {\n \"num_sources_considered\": \"\",\n \"num_sources_read\": \"\",\n \"sources_read_sample\": [\n \"\",\n \"\"\n ]\n },\n \"progress_meter\": \"\"\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-79f7e4b9-6d93-4838-897f-7475935199c4" }, { "id": "966968b5-62e7-4a3d-9c03-53e4850dd3e7", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "events" ], "variable": [ { "key": "run_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-966968b5-62e7-4a3d-9c03-53e4850dd3e7" }, { "id": "99e15053-7b08-4879-8fec-a53de4cf35c5", "name": "Run id not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "events" ], "variable": [ { "key": "run_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-99e15053-7b08-4879-8fec-a53de4cf35c5" }, { "id": "c7e2ee8c-616c-4139-969c-00036bac5738", "name": "Request validation error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "events" ], "variable": [ { "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 \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-c7e2ee8c-616c-4139-969c-00036bac5738" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-e01efd65-6a42-42c5-979e-a77a25c2b90a" } ], "id": "9699ee12-6f4f-4029-8efd-fc47b726206e", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-9699ee12-6f4f-4029-8efd-fc47b726206e" }, { "name": "input", "item": [ { "name": "Retrieve Task Run Input", "id": "28a2ba8d-dd95-462e-b912-cb4a99a22584", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/input", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "input" ], "variable": [ { "id": "382598b5-2fce-4980-b057-4ecb92822bf8", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves the input of a run by run_id." }, "response": [ { "id": "190e49be-91ec-4f18-b744-903718013099", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/input", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "input" ], "variable": [ { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-190e49be-91ec-4f18-b744-903718013099" }, { "id": "b906825d-da4a-4494-9e06-ed89d0d93625", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/input", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "input" ], "variable": [ { "key": "run_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-b906825d-da4a-4494-9e06-ed89d0d93625" }, { "id": "8236a6c6-2bc8-45e5-92c4-865940684d36", "name": "Run id not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/input", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "input" ], "variable": [ { "key": "run_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-8236a6c6-2bc8-45e5-92c4-865940684d36" }, { "id": "bbea39d9-80dd-4d8a-87ac-e0617411ca35", "name": "Request validation error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/input", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "input" ], "variable": [ { "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 \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-bbea39d9-80dd-4d8a-87ac-e0617411ca35" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-28a2ba8d-dd95-462e-b912-cb4a99a22584" } ], "id": "d7a36a63-d526-4231-ae89-aecc53442d08", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-d7a36a63-d526-4231-ae89-aecc53442d08" }, { "name": "result", "item": [ { "name": "Retrieve Task Run Result", "id": "b087ef0b-895e-4a2b-a994-99708e42cce4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/result?timeout=600", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "result" ], "query": [ { "key": "timeout", "value": "600" } ], "variable": [ { "id": "4cf9ae8b-b44f-40e3-b84c-6d2c87562723", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a run result by run_id, blocking until the run is completed." }, "response": [ { "id": "51b398bb-01de-473a-93c7-5807c6f9debd", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/result?timeout=600", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "result" ], "query": [ { "key": "timeout", "value": "600" } ], "variable": [ { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run\": {\n \"run_id\": \"\",\n \"interaction_id\": \"\",\n \"status\": \"queued\",\n \"is_active\": \"\",\n \"processor\": \"\",\n \"created_at\": \"\",\n \"modified_at\": \"\",\n \"warnings\": [\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"exercitation_7\": 80757606.13711718,\n \"Excepteur6\": \"ut tempor do\"\n }\n },\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"cupidatat_eb5\": -49311112\n }\n }\n ],\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"nisi__6f\": 30607745.86518602\n }\n },\n \"metadata\": {\n \"commodoc33\": \"\",\n \"consequat_6e\": \"\"\n },\n \"taskgroup_id\": \"\"\n },\n \"output\": {\n \"basis\": [\n {\n \"field\": \"\",\n \"reasoning\": \"\",\n \"confidence\": \"\"\n },\n {\n \"field\": \"\",\n \"reasoning\": \"\",\n \"confidence\": \"\"\n }\n ],\n \"type\": \"\",\n \"content\": \"\",\n \"mcp_tool_calls\": [\n {\n \"tool_call_id\": \"\",\n \"server_name\": \"\",\n \"tool_name\": \"\",\n \"arguments\": \"\",\n \"content\": \"\",\n \"error\": \"\"\n },\n {\n \"tool_call_id\": \"\",\n \"server_name\": \"\",\n \"tool_name\": \"\",\n \"arguments\": \"\",\n \"content\": \"\",\n \"error\": \"\"\n }\n ],\n \"beta_fields\": {\n \"cupidatat_557\": -45843722.732684314\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-51b398bb-01de-473a-93c7-5807c6f9debd" }, { "id": "c95ff453-137a-40a8-aad4-bd6616bcbdf6", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "GET", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/result?timeout=600", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "result" ], "query": [ { "key": "timeout", "value": "600" } ], "variable": [ { "key": "run_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-c95ff453-137a-40a8-aad4-bd6616bcbdf6" }, { "id": "bdaa3b91-dc32-421a-be0d-84223d034f5c", "name": "Run failed or run id not found", "originalRequest": { "method": "GET", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/result?timeout=600", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "result" ], "query": [ { "key": "timeout", "value": "600" } ], "variable": [ { "key": "run_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-bdaa3b91-dc32-421a-be0d-84223d034f5c" }, { "id": "978d2ed0-a67c-4257-8b05-338fd7a6c083", "name": "Request timed out; run still active", "originalRequest": { "method": "GET", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/result?timeout=600", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "result" ], "query": [ { "key": "timeout", "value": "600" } ], "variable": [ { "key": "run_id" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-978d2ed0-a67c-4257-8b05-338fd7a6c083" }, { "id": "217a6576-8746-43c0-a6b9-29be5fdf8b5f", "name": "Request validation error", "originalRequest": { "method": "GET", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id/result?timeout=600", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id", "result" ], "query": [ { "key": "timeout", "value": "600" } ], "variable": [ { "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 \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-217a6576-8746-43c0-a6b9-29be5fdf8b5f" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-b087ef0b-895e-4a2b-a994-99708e42cce4" } ], "id": "d4f2aefc-96f5-4fc3-b4b2-acd217d0d5b8", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-d4f2aefc-96f5-4fc3-b4b2-acd217d0d5b8" }, { "name": "Retrieve Task Run", "id": "29750fa9-a318-4237-910c-c1dfcf0ec089", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id" ], "variable": [ { "id": "c0020b5b-b475-4227-930b-8efc00a86cdd", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves run status by run_id.\n\nThe run result is available from the `/result` endpoint." }, "response": [ { "id": "1dbfc0cf-8439-4aa5-9ec6-5c617462ede9", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id" ], "variable": [ { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"interaction_id\": \"\",\n \"status\": \"failed\",\n \"is_active\": \"\",\n \"processor\": \"\",\n \"created_at\": \"\",\n \"modified_at\": \"\",\n \"warnings\": [\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"labore_f\": \"Duis ut minim\",\n \"ut3\": 21473982.03187652\n }\n },\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"consequat_a2\": 91057359.19372058\n }\n }\n ],\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"do71d\": 93518732.27379158\n }\n },\n \"metadata\": {\n \"dolore5c\": \"\",\n \"exercitation_39\": \"\"\n },\n \"taskgroup_id\": \"\"\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-1dbfc0cf-8439-4aa5-9ec6-5c617462ede9" }, { "id": "8be38502-3a40-4d9d-a917-0bd60f33d92b", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id" ], "variable": [ { "key": "run_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-8be38502-3a40-4d9d-a917-0bd60f33d92b" }, { "id": "d66e64fc-87a6-4ce6-a41f-4b40b95f5e2d", "name": "Run id not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id" ], "variable": [ { "key": "run_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-d66e64fc-87a6-4ce6-a41f-4b40b95f5e2d" }, { "id": "a826d433-6329-4150-a79c-92a2f5eb7f77", "name": "Request validation error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/tasks/runs/:run_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs", ":run_id" ], "variable": [ { "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 \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-a826d433-6329-4150-a79c-92a2f5eb7f77" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-29750fa9-a318-4237-910c-c1dfcf0ec089" } ], "id": "f9ab5a3d-bb92-4879-8c54-51a0bca6d398", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-f9ab5a3d-bb92-4879-8c54-51a0bca6d398" }, { "name": "Create Task Run", "id": "32c2d0be-84c2-47f7-8885-170c586207fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] }, "description": "Initiates a task run.\n\nReturns immediately with a run object in status 'queued'.\n\nBeta features can be enabled by setting the 'parallel-beta' header." }, "response": [ { "id": "ba6e93dc-4b1e-458f-87c3-7a22f0609658", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"interaction_id\": \"\",\n \"status\": \"failed\",\n \"is_active\": \"\",\n \"processor\": \"\",\n \"created_at\": \"\",\n \"modified_at\": \"\",\n \"warnings\": [\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"labore_f\": \"Duis ut minim\",\n \"ut3\": 21473982.03187652\n }\n },\n {\n \"type\": \"warning\",\n \"message\": \"\",\n \"detail\": {\n \"consequat_a2\": 91057359.19372058\n }\n }\n ],\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"do71d\": 93518732.27379158\n }\n },\n \"metadata\": {\n \"dolore5c\": \"\",\n \"exercitation_39\": \"\"\n },\n \"taskgroup_id\": \"\"\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-ba6e93dc-4b1e-458f-87c3-7a22f0609658" }, { "id": "c92eef23-a58d-4b29-a8b4-c41ecc910453", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-c92eef23-a58d-4b29-a8b4-c41ecc910453" }, { "id": "2f87ccaf-4f29-4905-9814-0671fdd726ab", "name": "Payment required: insufficient credit in account", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] } }, "status": "Payment Required", "code": 402, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-2f87ccaf-4f29-4905-9814-0671fdd726ab" }, { "id": "9b56d55d-3ee5-49db-9216-b1aaa52445f3", "name": "Forbidden: invalid processor in request", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-9b56d55d-3ee5-49db-9216-b1aaa52445f3" }, { "id": "4018cb8b-7721-43ad-86a0-b82560e05806", "name": "Unprocessable content: request validation error", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-4018cb8b-7721-43ad-86a0-b82560e05806" }, { "id": "6e5eae93-ae93-4475-abae-f9437d5dca5c", "name": "Too many requests: quota temporarily exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "parallel-beta", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"processor\": \"\",\n \"input\": \"\",\n \"metadata\": {\n \"Excepteur4\": \"\",\n \"in84\": \"\"\n },\n \"source_policy\": {\n \"include_domains\": [\n \"\",\n \"\"\n ],\n \"exclude_domains\": [\n \"\",\n \"\"\n ],\n \"after_date\": \"\"\n },\n \"advanced_settings\": {\n \"location\": \"\"\n },\n \"task_spec\": {\n \"output_schema\": {\n \"json_schema\": {\n \"pariatur3\": \"magna incididunt fugiat\",\n \"non_f18\": \"c\"\n },\n \"type\": \"json\"\n },\n \"input_schema\": \"\"\n },\n \"previous_interaction_id\": \"\",\n \"mcp_servers\": [\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"nulla_d\": \"\",\n \"incididuntb98\": \"\",\n \"cillum_083\": \"\",\n \"sit5\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n },\n {\n \"url\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"headers\": {\n \"eu7f\": \"\",\n \"consequat_1ae\": \"\"\n },\n \"allowed_tools\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"enable_events\": \"\",\n \"webhook\": {\n \"url\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tasks/runs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tasks", "runs" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-6e5eae93-ae93-4475-abae-f9437d5dca5c" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-32c2d0be-84c2-47f7-8885-170c586207fe" } ], "id": "537a93cb-29c6-4566-abf0-f62cab38a27a", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-537a93cb-29c6-4566-abf0-f62cab38a27a" } ], "id": "9039fa84-dcf1-480e-9f08-3fd8d0dc6b44", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-9039fa84-dcf1-480e-9f08-3fd8d0dc6b44" } ], "id": "69758cd8-2883-401b-9d5c-ef6c839cd242", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-69758cd8-2883-401b-9d5c-ef6c839cd242" }, { "name": "v1beta", "item": [ { "name": "tasks", "item": [ { "name": "runs", "item": [ { "name": "{run_id}", "item": [ { "name": "events", "item": [ { "name": "Stream Task Run Events", "id": "9b0809cc-57b5-442e-b8a7-f574871132fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" } ], "url": { "raw": "{{baseUrl}}/v1beta/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1beta", "tasks", "runs", ":run_id", "events" ], "variable": [ { "id": "4bf84932-387d-4b20-9d0c-1bcbe74c7c4e", "key": "run_id", "value": "", "description": "(Required) " } ] }, "description": "Streams events for a task run.\n\nReturns a stream of events showing progress updates and state changes for the task\nrun.\n\nFor task runs that did not have enable_events set to true during creation, the\nfrequency of events will be reduced." }, "response": [ { "id": "977e7429-d9e9-4764-8743-3ea035afa57a", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/event-stream" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1beta/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1beta", "tasks", "runs", ":run_id", "events" ], "variable": [ { "key": "run_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/event-stream" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"source_stats\": {\n \"num_sources_considered\": \"\",\n \"num_sources_read\": \"\",\n \"sources_read_sample\": [\n \"\",\n \"\"\n ]\n },\n \"progress_meter\": \"\"\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-977e7429-d9e9-4764-8743-3ea035afa57a" }, { "id": "59f6bcf0-5055-4a57-a889-9c3b3fd582df", "name": "Unauthorized: invalid or missing credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1beta/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1beta", "tasks", "runs", ":run_id", "events" ], "variable": [ { "key": "run_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-59f6bcf0-5055-4a57-a889-9c3b3fd582df" }, { "id": "d3b85202-f839-4f49-8065-07731e9339bf", "name": "Run id not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1beta/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1beta", "tasks", "runs", ":run_id", "events" ], "variable": [ { "key": "run_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-d3b85202-f839-4f49-8065-07731e9339bf" }, { "id": "85d15c67-fb57-46e8-b71b-f05bf3c58132", "name": "Request validation error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1beta/tasks/runs/:run_id/events", "host": [ "{{baseUrl}}" ], "path": [ "v1beta", "tasks", "runs", ":run_id", "events" ], "variable": [ { "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 \"type\": \"\",\n \"error\": {\n \"ref_id\": \"\",\n \"message\": \"\",\n \"detail\": {\n \"veniam_5\": \"ea nostrud anim esse\",\n \"eiusmod_4_\": -79488878.26336692,\n \"laborum0\": \"anim sed\",\n \"proident0\": true\n }\n }\n}", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-85d15c67-fb57-46e8-b71b-f05bf3c58132" } ], "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-9b0809cc-57b5-442e-b8a7-f574871132fd" } ], "id": "92030a76-4957-4244-80c8-93aa495b7f58", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-92030a76-4957-4244-80c8-93aa495b7f58" } ], "id": "5fb0ab0e-0697-4115-b65f-f4099c777e37", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-5fb0ab0e-0697-4115-b65f-f4099c777e37" } ], "id": "a9a729f5-4cb7-46b4-bdc7-8beb81e8fc7e", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-a9a729f5-4cb7-46b4-bdc7-8beb81e8fc7e" } ], "id": "6795b7df-5b53-46de-a015-2266c0bc1f4e", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-6795b7df-5b53-46de-a015-2266c0bc1f4e" } ], "id": "dc9ef3d8-a81a-4ad0-adad-71069ee049b8", "createdAt": "2026-07-28T02:32:02.000Z", "updatedAt": "2026-07-28T02:32:02.000Z", "uid": "35240-dc9ef3d8-a81a-4ad0-adad-71069ee049b8" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.parallel.ai" } ] }