{ "info": { "_postman_id": "ae2a591d-7e7b-4e7f-8013-eae50f9ffb07", "name": "Amigo Account Workspace Tables API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-ae2a591d-7e7b-4e7f-8013-eae50f9ffb07" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "tables", "item": [ { "name": "{table_id}", "item": [ { "name": "Get Workspace Table", "id": "3cb9c335-6a09-46a0-b290-eab278761a79", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "id": "190f77fe-737e-434d-8ce7-cdf886bb1565", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "4c2cdc1d-7018-4169-9067-816a115bbf0e", "key": "table_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "42ef953f-65d5-4a2a-aa82-66e15c5e9ad2", "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/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "key": "workspace_id" }, { "key": "table_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 \"table_name\": \"\",\n \"physical_name\": \"\",\n \"created_at\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"data_type\": \"\",\n \"is_nullable\": \"\",\n \"default\": \"\"\n },\n {\n \"name\": \"\",\n \"data_type\": \"\",\n \"is_nullable\": \"\",\n \"default\": \"\"\n }\n ],\n \"indexes\": [\n {\n \"name\": \"\",\n \"definition\": \"\"\n },\n {\n \"name\": \"\",\n \"definition\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"definition\": \"\"\n },\n {\n \"name\": \"\",\n \"definition\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-42ef953f-65d5-4a2a-aa82-66e15c5e9ad2" }, { "id": "d7faa839-d247-44bf-9003-bb191dadec4d", "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/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "key": "workspace_id" }, { "key": "table_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:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-d7faa839-d247-44bf-9003-bb191dadec4d" } ], "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-3cb9c335-6a09-46a0-b290-eab278761a79" }, { "name": "Update Workspace Table", "id": "6deb4f4c-c146-4115-84d2-a18d1cf9d248", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"actions\": [\n {\n \"op\": \"\",\n \"column\": {\n \"name\": \"lndsb36v6t8bumuk1v7euvodpctyn_4rj5t2b3ytqxhzope7mq\",\n \"type\": \"numeric\",\n \"nullable\": true,\n \"default\": {\n \"kind\": \"literal\",\n \"value\": \"\"\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "id": "87405f46-46cf-452c-ba36-2688cb70c382", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "650d0602-6f71-44e9-85ed-5edfd27ff1b6", "key": "table_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a048aa97-0a78-47fb-b598-5ea660a31b02", "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 \"actions\": [\n {\n \"op\": \"\",\n \"column\": {\n \"name\": \"lndsb36v6t8bumuk1v7euvodpctyn_4rj5t2b3ytqxhzope7mq\",\n \"type\": \"numeric\",\n \"nullable\": true,\n \"default\": {\n \"kind\": \"literal\",\n \"value\": \"\"\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "key": "workspace_id" }, { "key": "table_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 \"table_name\": \"\",\n \"physical_name\": \"\"\n}", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-a048aa97-0a78-47fb-b598-5ea660a31b02" }, { "id": "d9843a1c-a957-441d-b82d-2e608a401da8", "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 \"actions\": [\n {\n \"op\": \"\",\n \"column\": {\n \"name\": \"lndsb36v6t8bumuk1v7euvodpctyn_4rj5t2b3ytqxhzope7mq\",\n \"type\": \"numeric\",\n \"nullable\": true,\n \"default\": {\n \"kind\": \"literal\",\n \"value\": \"\"\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "key": "workspace_id" }, { "key": "table_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:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-d9843a1c-a957-441d-b82d-2e608a401da8" } ], "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-6deb4f4c-c146-4115-84d2-a18d1cf9d248" }, { "name": "Delete Workspace Table", "id": "dc5d921b-bae5-4d92-9ca2-2ecd383dd3c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "id": "50b788e0-4faf-489b-ae8d-17bf9b806721", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "a2fcfb95-6a97-4b67-9660-4fd44fb78d05", "key": "table_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "6916f9be-80af-4f8f-824e-0f7728c1bce8", "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/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "key": "workspace_id" }, { "key": "table_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-6916f9be-80af-4f8f-824e-0f7728c1bce8" }, { "id": "30a31aa5-87a4-489a-94c6-677be52efe7d", "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/tables/:table_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables", ":table_id" ], "variable": [ { "key": "workspace_id" }, { "key": "table_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:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-30a31aa5-87a4-489a-94c6-677be52efe7d" } ], "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-dc5d921b-bae5-4d92-9ca2-2ecd383dd3c1" } ], "id": "2559c23d-f047-4627-9922-daa973adeefc", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-2559c23d-f047-4627-9922-daa973adeefc" }, { "name": "List Workspace Tables", "id": "86dfad9e-020b-4c8b-8325-3f44810ff00c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables" ], "variable": [ { "id": "f960f65a-e0f7-43ec-84cf-923d7b843059", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "43b85ff8-44c7-427f-8104-d4d2671067ad", "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/tables", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables" ], "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 \"table_name\": \"\",\n \"physical_name\": \"\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"table_name\": \"\",\n \"physical_name\": \"\",\n \"created_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-43b85ff8-44c7-427f-8104-d4d2671067ad" } ], "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-86dfad9e-020b-4c8b-8325-3f44810ff00c" }, { "name": "Create Workspace Table", "id": "237bbfd6-1642-4395-a22b-cb7eccacaab9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"table_name\": \"txcqo3\",\n \"columns\": [\n {\n \"name\": \"cuhinrkdlyzaedqk4_9o79a7_zr9d1s_v2d3_154y1sl_\",\n \"type\": \"jsonb\",\n \"nullable\": true,\n \"default\": {\n \"kind\": \"uuid_v4\",\n \"value\": \"\"\n }\n }\n ],\n \"primary_key\": [\n \"kbzy\",\n \"pfr539n7wel62qbyqocmd8ls1lypfd1jzlcv9k9vmxg3fgrs29s4vxy5n\"\n ],\n \"unique\": [\n [\n \"v94c6uhcpy018qjem2of6li_wg8w1e_11\"\n ],\n [\n \"w81ucyi2nok07k7l3eqdrq8f0lb99lmw2elyw9sapmk2wf9wvr8cbv597e\"\n ]\n ],\n \"indexes\": [\n {\n \"columns\": [\n \"nyrwm14_1h6ljno5dn_5cyraw6v6t7cm5k9o76wpb_onu7_m3lk6kxci0vxzn\"\n ]\n },\n {\n \"columns\": [\n \"sz88hsayjww12j4ipakvlt56mci8bmddk82b0x9g_iq5c0szuirdq6wqpyb6l\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables" ], "variable": [ { "id": "fc565e6a-5e10-4db8-9ff9-b5cc2a8b589a", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "03c312dc-385d-4738-8b60-e261ea0cab0d", "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 \"table_name\": \"txcqo3\",\n \"columns\": [\n {\n \"name\": \"cuhinrkdlyzaedqk4_9o79a7_zr9d1s_v2d3_154y1sl_\",\n \"type\": \"jsonb\",\n \"nullable\": true,\n \"default\": {\n \"kind\": \"uuid_v4\",\n \"value\": \"\"\n }\n }\n ],\n \"primary_key\": [\n \"kbzy\",\n \"pfr539n7wel62qbyqocmd8ls1lypfd1jzlcv9k9vmxg3fgrs29s4vxy5n\"\n ],\n \"unique\": [\n [\n \"v94c6uhcpy018qjem2of6li_wg8w1e_11\"\n ],\n [\n \"w81ucyi2nok07k7l3eqdrq8f0lb99lmw2elyw9sapmk2wf9wvr8cbv597e\"\n ]\n ],\n \"indexes\": [\n {\n \"columns\": [\n \"nyrwm14_1h6ljno5dn_5cyraw6v6t7cm5k9o76wpb_onu7_m3lk6kxci0vxzn\"\n ]\n },\n {\n \"columns\": [\n \"sz88hsayjww12j4ipakvlt56mci8bmddk82b0x9g_iq5c0szuirdq6wqpyb6l\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"table_name\": \"\",\n \"physical_name\": \"\"\n}", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-03c312dc-385d-4738-8b60-e261ea0cab0d" }, { "id": "905eae29-0994-4eed-b607-67f65aefd497", "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 \"table_name\": \"txcqo3\",\n \"columns\": [\n {\n \"name\": \"cuhinrkdlyzaedqk4_9o79a7_zr9d1s_v2d3_154y1sl_\",\n \"type\": \"jsonb\",\n \"nullable\": true,\n \"default\": {\n \"kind\": \"uuid_v4\",\n \"value\": \"\"\n }\n }\n ],\n \"primary_key\": [\n \"kbzy\",\n \"pfr539n7wel62qbyqocmd8ls1lypfd1jzlcv9k9vmxg3fgrs29s4vxy5n\"\n ],\n \"unique\": [\n [\n \"v94c6uhcpy018qjem2of6li_wg8w1e_11\"\n ],\n [\n \"w81ucyi2nok07k7l3eqdrq8f0lb99lmw2elyw9sapmk2wf9wvr8cbv597e\"\n ]\n ],\n \"indexes\": [\n {\n \"columns\": [\n \"nyrwm14_1h6ljno5dn_5cyraw6v6t7cm5k9o76wpb_onu7_m3lk6kxci0vxzn\"\n ]\n },\n {\n \"columns\": [\n \"sz88hsayjww12j4ipakvlt56mci8bmddk82b0x9g_iq5c0szuirdq6wqpyb6l\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/tables", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "tables" ], "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:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-905eae29-0994-4eed-b607-67f65aefd497" } ], "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-237bbfd6-1642-4395-a22b-cb7eccacaab9" } ], "id": "b07c31bc-0ad4-43e2-bb1a-085839c76baa", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-b07c31bc-0ad4-43e2-bb1a-085839c76baa" }, { "name": "query", "item": [ { "name": "Execute Workspace Query", "id": "ee71443b-ef2e-45b8-b161-59f2790adf23", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"sql\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/query", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "query" ], "variable": [ { "id": "83e61a24-e26e-4081-87fa-df832b319572", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9e9d2cdc-537c-431a-87c2-8c4c6e6e4ac9", "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 \"sql\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/query", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "query" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"columns\": [\n \"\",\n \"\"\n ],\n \"rows\": [\n {\n \"sedd4\": -41479639.24574496,\n \"sinta_7\": -29553534.215921447\n },\n {\n \"qui_71b\": 7715997.921418309\n }\n ],\n \"row_count\": \"\"\n}", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-9e9d2cdc-537c-431a-87c2-8c4c6e6e4ac9" }, { "id": "f0fbf04d-45a9-437b-9596-07e96e4338d5", "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 \"sql\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/query", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "query" ], "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:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-f0fbf04d-45a9-437b-9596-07e96e4338d5" } ], "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-ee71443b-ef2e-45b8-b161-59f2790adf23" } ], "id": "1a28f5e6-8a34-4bf6-adf7-065928c25a53", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-1a28f5e6-8a34-4bf6-adf7-065928c25a53" } ], "id": "905f3c9d-e841-4439-93d7-77b6053614f0", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-905f3c9d-e841-4439-93d7-77b6053614f0" } ], "id": "46863e84-a263-4431-9869-5f6a6e7d0542", "createdAt": "2026-07-28T01:03:31.000Z", "updatedAt": "2026-07-28T01:03:31.000Z", "uid": "35240-46863e84-a263-4431-9869-5f6a6e7d0542" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }