{ "info": { "_postman_id": "68684b88-faf6-4fe4-8590-9abe86e00155", "name": "Snowflake Table API", "description": "The Snowflake Table API is a REST API that you can use to access, update, and perform certain actions on Tables resource in a Snowflake database.\n\nContact Support:\n Name: Snowflake, Inc.\n Email: support@snowflake.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-68684b88-faf6-4fe4-8590-9abe86e00155" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "databases", "item": [ { "name": "{database}", "item": [ { "name": "schemas", "item": [ { "name": "{schema}", "item": [ { "name": "tables", "item": [ { "name": "{name}:as_select", "item": [ { "name": "Create a Table Using the Result of the Specified Select Query", "id": "195e4cf2-d56a-44a4-8bbe-a52a9f35e2d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "id": "33d4af76-6359-498a-a4a1-270562b989cc", "key": "database" }, { "id": "8ae7d755-b423-4b98-8285-79d0bc29bb96", "key": "schema" } ] }, "description": "Create a table as select." }, "response": [ { "id": "14469a5d-69fb-43a6-8e76-e7d86964349b", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-14469a5d-69fb-43a6-8e76-e7d86964349b" }, { "id": "2daa6da8-d9f7-4157-b0f5-5ce239b25d18", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2daa6da8-d9f7-4157-b0f5-5ce239b25d18" }, { "id": "d85bbd24-a0b5-40b6-baa9-fa2b44ad6b37", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d85bbd24-a0b5-40b6-baa9-fa2b44ad6b37" }, { "id": "c25093cd-dad2-4923-b83f-8b824b52012b", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-c25093cd-dad2-4923-b83f-8b824b52012b" }, { "id": "307d17ae-95a0-4229-9edb-e559317439b7", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-307d17ae-95a0-4229-9edb-e559317439b7" }, { "id": "22952c4b-20d6-4344-9deb-15b74d026198", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-22952c4b-20d6-4344-9deb-15b74d026198" }, { "id": "f0648a04-dfa4-4db6-9bd4-eaba6c999ab2", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f0648a04-dfa4-4db6-9bd4-eaba6c999ab2" }, { "id": "3e6e9e82-e2d7-42d8-98f2-bc1fb9cb751a", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3e6e9e82-e2d7-42d8-98f2-bc1fb9cb751a" }, { "id": "4d81de92-5e0c-4d8f-8a94-90f1ab439b13", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4d81de92-5e0c-4d8f-8a94-90f1ab439b13" }, { "id": "7c60eeae-b690-444f-90d9-976786a7c6db", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7c60eeae-b690-444f-90d9-976786a7c6db" }, { "id": "d3500d70-9f45-4e98-bfde-3114f7a67957", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d3500d70-9f45-4e98-bfde-3114f7a67957" }, { "id": "3b1af9bd-92a6-45b7-97ec-93e8c57a8251", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3b1af9bd-92a6-45b7-97ec-93e8c57a8251" }, { "id": "24c9a8af-9932-4bfb-bfcd-994c5f9c7efb", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-24c9a8af-9932-4bfb-bfcd-994c5f9c7efb" }, { "id": "ed515223-bfb3-465d-b05f-a483504434e4", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:as_select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:as_select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ed515223-bfb3-465d-b05f-a483504434e4" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-195e4cf2-d56a-44a4-8bbe-a52a9f35e2d9" } ], "id": "d3a9bb7d-6187-4e79-9a19-b71e096ac867", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d3a9bb7d-6187-4e79-9a19-b71e096ac867" }, { "name": "{name}:using_template", "item": [ { "name": "Create a Table Using the Templates Specified in Staged Files", "id": "471c6295-d078-477d-b224-9956f1fdf8f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "id": "fab1b94a-4c45-4aee-9051-957cb3f99461", "key": "database" }, { "id": "1185b068-5b54-4ab4-9ae2-f693a300aac7", "key": "schema" } ] }, "description": "Create a table using template." }, "response": [ { "id": "483c067b-b746-4bc9-bea5-3e5ae4770eeb", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-483c067b-b746-4bc9-bea5-3e5ae4770eeb" }, { "id": "ce6ff493-3bf4-4fb7-9e63-6953e896153d", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ce6ff493-3bf4-4fb7-9e63-6953e896153d" }, { "id": "42af45dc-bd83-49cd-bb46-b469ae4f8f11", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-42af45dc-bd83-49cd-bb46-b469ae4f8f11" }, { "id": "e0d2d27a-ec1a-49f1-8f37-2625a9e5b24b", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e0d2d27a-ec1a-49f1-8f37-2625a9e5b24b" }, { "id": "7675015b-34ab-488c-80bd-1e6be5d81de2", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7675015b-34ab-488c-80bd-1e6be5d81de2" }, { "id": "ea1c90ee-5af5-4d4f-aa1b-aa4cf79af320", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ea1c90ee-5af5-4d4f-aa1b-aa4cf79af320" }, { "id": "c669f79a-431b-40a5-9368-319e7285471d", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-c669f79a-431b-40a5-9368-319e7285471d" }, { "id": "9c136ce9-ddc2-4623-b1d4-df9ca8aff9a0", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-9c136ce9-ddc2-4623-b1d4-df9ca8aff9a0" }, { "id": "0b5019d8-633c-4ef4-9db8-0b316b1b196e", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-0b5019d8-633c-4ef4-9db8-0b316b1b196e" }, { "id": "69db8463-935b-4a9c-8d3c-9ea3660e14d6", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-69db8463-935b-4a9c-8d3c-9ea3660e14d6" }, { "id": "84b96222-6970-46de-835a-34ea0aebc02d", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-84b96222-6970-46de-835a-34ea0aebc02d" }, { "id": "1e845114-21a5-4dfb-bd2d-25eae0e49d3b", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1e845114-21a5-4dfb-bd2d-25eae0e49d3b" }, { "id": "739ebb99-0a7f-46ea-8f81-746e3fe67960", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-739ebb99-0a7f-46ea-8f81-746e3fe67960" }, { "id": "321317d4-0622-4845-ac82-d20dbfd38b0d", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:using_template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:using_template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-321317d4-0622-4845-ac82-d20dbfd38b0d" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-471c6295-d078-477d-b224-9956f1fdf8f2" } ], "id": "ab6b53f1-80d9-436c-bef2-f4c469172da9", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ab6b53f1-80d9-436c-bef2-f4c469172da9" }, { "name": "{name}", "item": [ { "name": "Fetch a Table.", "id": "79eecca3-6021-4aa7-b67d-39b2a9d69b0d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "id": "f762121b-544f-4d58-8082-f9ead80b66b8", "key": "database" }, { "id": "35f3d59f-4f55-47c2-9cb2-57d29ca50e0c", "key": "schema" }, { "id": "df376898-f930-44f2-b371-48c83cfcdc96", "key": "name" } ] }, "description": "Fetch a Table using the describe command output." }, "response": [ { "id": "87fdbfc1-7a37-49a2-b996-1c012e590906", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Snowflake-Request-ID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Link", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-87fdbfc1-7a37-49a2-b996-1c012e590906" }, { "id": "e2bcbce6-b218-4d13-9ee8-b998be6ea65b", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e2bcbce6-b218-4d13-9ee8-b998be6ea65b" }, { "id": "f0ed7dbb-d879-4e6b-b3db-59b61e0f3fb6", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f0ed7dbb-d879-4e6b-b3db-59b61e0f3fb6" }, { "id": "7e597046-d65b-4616-a3c0-a96d4985c3c0", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7e597046-d65b-4616-a3c0-a96d4985c3c0" }, { "id": "cf28de25-d4d8-49ca-8836-afef0a6943d4", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-cf28de25-d4d8-49ca-8836-afef0a6943d4" }, { "id": "f0d4f7d5-e4de-4e29-a6b8-bbc4b12c3991", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f0d4f7d5-e4de-4e29-a6b8-bbc4b12c3991" }, { "id": "2efcee9c-1194-4208-83e0-bcee73547728", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2efcee9c-1194-4208-83e0-bcee73547728" }, { "id": "7bf56ce0-1352-4565-8a3d-ff3f39cc663d", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7bf56ce0-1352-4565-8a3d-ff3f39cc663d" }, { "id": "d6f47a7f-3be3-4242-82d2-fd6d78531bdf", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d6f47a7f-3be3-4242-82d2-fd6d78531bdf" }, { "id": "191bd49a-220d-4dd1-8ab9-528445e38027", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-191bd49a-220d-4dd1-8ab9-528445e38027" }, { "id": "b88f4436-6341-45c2-be02-0120a9de9f23", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b88f4436-6341-45c2-be02-0120a9de9f23" }, { "id": "e225b646-8c89-44c1-92ee-8a47845c6c9a", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e225b646-8c89-44c1-92ee-8a47845c6c9a" }, { "id": "226cd58c-dd97-4cfd-9016-60ade6e74e16", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-226cd58c-dd97-4cfd-9016-60ade6e74e16" }, { "id": "761a33ab-3436-40ad-8852-44bcbd6af877", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-761a33ab-3436-40ad-8852-44bcbd6af877" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-79eecca3-6021-4aa7-b67d-39b2a9d69b0d" }, { "name": "Create a (or Alter an Existing) Table.", "id": "8cfcef07-a9f3-4ee5-b468-f95248b6a923", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "id": "886afcc8-0651-4894-9a45-d3baeb4925a2", "key": "database" }, { "id": "1641fa3e-3eec-48ea-abf7-f31928a5ede0", "key": "schema" }, { "id": "1580aa30-8485-42eb-8243-12d650eff8da", "key": "name" } ] }, "description": "Create a (or alter an existing) table. Even if the operation is just an alter, the full property set must be provided." }, "response": [ { "id": "8f22c358-f411-4f50-8ebe-7f6e9e7db4f8", "name": "200 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8f22c358-f411-4f50-8ebe-7f6e9e7db4f8" }, { "id": "34dffcbf-3445-46b6-9a04-658fc9d8cea1", "name": "202 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-34dffcbf-3445-46b6-9a04-658fc9d8cea1" }, { "id": "126990c6-fa20-4f10-a57c-86049d562d33", "name": "400 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-126990c6-fa20-4f10-a57c-86049d562d33" }, { "id": "827583db-334a-403d-8c5c-a3ac32f67af7", "name": "401 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-827583db-334a-403d-8c5c-a3ac32f67af7" }, { "id": "dcba45d0-93fb-436c-bde5-c9d3b5508a6e", "name": "403 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-dcba45d0-93fb-436c-bde5-c9d3b5508a6e" }, { "id": "a30c4246-9736-469e-9084-2ea634c2f118", "name": "404 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a30c4246-9736-469e-9084-2ea634c2f118" }, { "id": "fca21ef4-862b-414b-81e7-e13a69609d44", "name": "405 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-fca21ef4-862b-414b-81e7-e13a69609d44" }, { "id": "47b4509a-6707-4907-8a4d-fc9a22305a1f", "name": "408 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-47b4509a-6707-4907-8a4d-fc9a22305a1f" }, { "id": "c7b6b451-2587-473e-af9b-160a9a0981f0", "name": "409 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-c7b6b451-2587-473e-af9b-160a9a0981f0" }, { "id": "1573a7a0-97ca-49f5-8a62-b39ced37aa11", "name": "410 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1573a7a0-97ca-49f5-8a62-b39ced37aa11" }, { "id": "2503fc59-7c0a-46f5-a16f-108cb77c974f", "name": "429 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2503fc59-7c0a-46f5-a16f-108cb77c974f" }, { "id": "167d489a-3f6b-4e83-a8ab-b2c14d99a319", "name": "500 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-167d489a-3f6b-4e83-a8ab-b2c14d99a319" }, { "id": "36f82cc0-1479-4a65-ab95-69d6c682aaf2", "name": "503 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-36f82cc0-1479-4a65-ab95-69d6c682aaf2" }, { "id": "f9128fc4-1b98-4e19-b37a-4acd0fa4a00e", "name": "504 response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f9128fc4-1b98-4e19-b37a-4acd0fa4a00e" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8cfcef07-a9f3-4ee5-b468-f95248b6a923" }, { "name": "Delete a Table", "id": "803fd207-cb3e-4cd9-8c09-0b7ce82ab780", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "id": "10670e07-6f32-48e0-8b00-b936ead1b52c", "key": "database" }, { "id": "43cd0aa5-87d2-48cf-a042-b85d6f6a5b82", "key": "schema" }, { "id": "68b1f88e-bb71-4a8e-bf77-0af8c369b76e", "key": "name" } ] }, "description": "Delete a table with the given name." }, "response": [ { "id": "cc327db9-46c0-476b-9dfa-27adad52d505", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-cc327db9-46c0-476b-9dfa-27adad52d505" }, { "id": "cf2353af-44c0-4c50-ba76-609a9c722491", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-cf2353af-44c0-4c50-ba76-609a9c722491" }, { "id": "0f4af05f-3f19-42de-9e01-082331f14683", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-0f4af05f-3f19-42de-9e01-082331f14683" }, { "id": "bbd94915-b5e6-4cb5-93cc-94c4af91160e", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bbd94915-b5e6-4cb5-93cc-94c4af91160e" }, { "id": "2ef31502-9ad1-4940-8f55-6be9bb035159", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2ef31502-9ad1-4940-8f55-6be9bb035159" }, { "id": "3de7140a-94e0-45c5-adc1-574ce879780c", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3de7140a-94e0-45c5-adc1-574ce879780c" }, { "id": "1f3271fd-b1a6-4cc7-b859-432ef027179b", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1f3271fd-b1a6-4cc7-b859-432ef027179b" }, { "id": "e88cddcd-7fba-4b86-b6c8-a4faef76083c", "name": "408 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e88cddcd-7fba-4b86-b6c8-a4faef76083c" }, { "id": "50435b9d-e91c-438b-bed2-abb94a9708bf", "name": "409 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-50435b9d-e91c-438b-bed2-abb94a9708bf" }, { "id": "30562ff9-3b71-46c2-b5e7-66f1aa79fbf5", "name": "410 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-30562ff9-3b71-46c2-b5e7-66f1aa79fbf5" }, { "id": "bb979734-7eb4-45b3-9d4c-7d94b85bdcb6", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bb979734-7eb4-45b3-9d4c-7d94b85bdcb6" }, { "id": "052a1887-6903-42ab-999f-b39c0bdd1bce", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-052a1887-6903-42ab-999f-b39c0bdd1bce" }, { "id": "59472c7d-9da5-4fc9-b94a-45512d5e0e5a", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-59472c7d-9da5-4fc9-b94a-45512d5e0e5a" }, { "id": "91301c0b-59f5-4677-b71c-ec850ad88ea5", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", ":name" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "name" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-91301c0b-59f5-4677-b71c-ec850ad88ea5" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-803fd207-cb3e-4cd9-8c09-0b7ce82ab780" } ], "id": "96eab3f0-ecfe-4459-92a2-477887b17a30", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-96eab3f0-ecfe-4459-92a2-477887b17a30" }, { "name": "{name}:clone", "item": [ { "name": "Clone Table", "id": "1485be10-b501-4547-b655-f22165e6f366", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec&value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" }, { "description": "Schema of the newly created table. Defaults to the source table's schema.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "id": "8653cb4e-179f-45d8-b042-1c0252cf648d", "key": "database" }, { "id": "b003805e-5f96-4675-9e89-4fdfc3e93d67", "key": "schema" } ] }, "description": "Create a new table by cloning from the specified resource" }, "response": [ { "id": "861b28e0-8520-4eda-8b03-211e191d2ce5", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-861b28e0-8520-4eda-8b03-211e191d2ce5" }, { "id": "6499dfd8-a778-4553-a604-1991636b4412", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-6499dfd8-a778-4553-a604-1991636b4412" }, { "id": "f5d0bcba-88a2-4a06-9360-85246e91f564", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f5d0bcba-88a2-4a06-9360-85246e91f564" }, { "id": "6b4b9883-7752-496f-a9e0-d7d8d9b02786", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-6b4b9883-7752-496f-a9e0-d7d8d9b02786" }, { "id": "bc875404-05a1-441e-8765-257c509de538", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bc875404-05a1-441e-8765-257c509de538" }, { "id": "4c2e7570-e04b-4fc1-9ca3-7bb9ebe001aa", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4c2e7570-e04b-4fc1-9ca3-7bb9ebe001aa" }, { "id": "fdc01f64-76e5-4d26-8840-2559f159acef", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-fdc01f64-76e5-4d26-8840-2559f159acef" }, { "id": "c1d2c6be-3a62-486d-9579-ffab19b23781", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-c1d2c6be-3a62-486d-9579-ffab19b23781" }, { "id": "8ae1d532-57ec-4520-ad7e-69bf27bec29c", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8ae1d532-57ec-4520-ad7e-69bf27bec29c" }, { "id": "9a75f817-9774-4cbd-b1f1-a70aac762de8", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-9a75f817-9774-4cbd-b1f1-a70aac762de8" }, { "id": "be9ae6ed-f1b4-477b-a6c6-df91ae162513", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-be9ae6ed-f1b4-477b-a6c6-df91ae162513" }, { "id": "f40a0a6d-f9c8-499d-9f2d-be4e49252d66", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f40a0a6d-f9c8-499d-9f2d-be4e49252d66" }, { "id": "7fd257c9-6924-4884-a0c4-74aff9d68122", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7fd257c9-6924-4884-a0c4-74aff9d68122" }, { "id": "992e412d-c3b4-4918-a259-19f35799017c", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:clone?value=reference ./common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:clone" ], "query": [ { "description": "Database of the newly created table. Defaults to the source table's database.", "key": "value", "value": "reference ./common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-992e412d-c3b4-4918-a259-19f35799017c" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1485be10-b501-4547-b655-f22165e6f366" } ], "id": "e2ba441d-3757-49f7-91c6-b2465c813010", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e2ba441d-3757-49f7-91c6-b2465c813010" }, { "name": "{name}:create_like", "item": [ { "name": "Create a Table Like This Existing One", "id": "f06e8964-6c5a-4e11-88ca-775de79bd68c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "id": "abe7d7de-3359-4950-89a3-a9057e12da74", "key": "database" }, { "id": "ccb90c28-bcd4-4fe0-8bcf-92d14453cba4", "key": "schema" } ] }, "description": "Create a new table like the specified resource, but empty" }, "response": [ { "id": "68916ef9-a77e-420f-aac6-c8cffb6e18ed", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-68916ef9-a77e-420f-aac6-c8cffb6e18ed" }, { "id": "2e53b363-1054-4f0a-b3c8-04d03e1fedee", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2e53b363-1054-4f0a-b3c8-04d03e1fedee" }, { "id": "d12cdd85-0b77-44ac-9e4d-4d709b4c9903", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d12cdd85-0b77-44ac-9e4d-4d709b4c9903" }, { "id": "7ff79cd4-0455-468b-9ebb-fe918553f48c", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7ff79cd4-0455-468b-9ebb-fe918553f48c" }, { "id": "8596b474-fe61-42e9-8815-fcb573ea1f12", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8596b474-fe61-42e9-8815-fcb573ea1f12" }, { "id": "2bc42556-e71d-4103-870f-75ce5ea8408d", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2bc42556-e71d-4103-870f-75ce5ea8408d" }, { "id": "9a28b02e-9ca3-448e-a362-8e9a4e42be75", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-9a28b02e-9ca3-448e-a362-8e9a4e42be75" }, { "id": "a6935e91-ef50-469e-97fa-7006515801f3", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a6935e91-ef50-469e-97fa-7006515801f3" }, { "id": "084ef529-735c-4d27-928a-5f9dede2b20f", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-084ef529-735c-4d27-928a-5f9dede2b20f" }, { "id": "1cc916ae-a02c-403d-8a74-37f16be3067e", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1cc916ae-a02c-403d-8a74-37f16be3067e" }, { "id": "5d6e4252-695c-4e0b-8817-dacc09930609", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5d6e4252-695c-4e0b-8817-dacc09930609" }, { "id": "339f4bd9-5d56-4264-911d-0fe685124555", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-339f4bd9-5d56-4264-911d-0fe685124555" }, { "id": "0e76bab3-1c54-4146-9d2d-f3bdc9a24a9c", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-0e76bab3-1c54-4146-9d2d-f3bdc9a24a9c" }, { "id": "cffd30c3-15ca-4b55-9018-77c629b27ea7", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create_like?newTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create_like" ], "query": [ { "description": "(Required) The name of the table to be created.", "key": "newTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-cffd30c3-15ca-4b55-9018-77c629b27ea7" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f06e8964-6c5a-4e11-88ca-775de79bd68c" } ], "id": "e24ee811-fa8f-4231-b0c0-4457e113f883", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e24ee811-fa8f-4231-b0c0-4457e113f883" }, { "name": "{name}:create-like", "item": [ { "name": "Create a Table Like This Existing One", "id": "191d63a1-aab8-4662-81e6-6dccb00523ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "id": "22504322-b9dc-48a3-87fb-3ccd1ec7bbf1", "key": "database" }, { "id": "740bd5d9-e9fa-44dd-a9cc-a6f879613c9b", "key": "schema" } ] }, "description": "Create a new table like the specified resource, but empty" }, "response": [ { "id": "b46fa141-9093-4c28-9e5c-5f2688486e19", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b46fa141-9093-4c28-9e5c-5f2688486e19" }, { "id": "879920b7-36a6-408a-8007-0a5bd1207f6b", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-879920b7-36a6-408a-8007-0a5bd1207f6b" }, { "id": "e995e4e7-f559-4bec-9d8a-0218a67f3644", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e995e4e7-f559-4bec-9d8a-0218a67f3644" }, { "id": "04e1a459-de12-4a2f-b0c1-51a9bdb639b9", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-04e1a459-de12-4a2f-b0c1-51a9bdb639b9" }, { "id": "7e0075aa-c371-41b1-8a27-7219a039d9ec", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7e0075aa-c371-41b1-8a27-7219a039d9ec" }, { "id": "052266bb-ea1f-4e2a-9545-86e3fe8fa0f5", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-052266bb-ea1f-4e2a-9545-86e3fe8fa0f5" }, { "id": "035a0f2c-124c-4d97-841b-ca056bf77e88", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-035a0f2c-124c-4d97-841b-ca056bf77e88" }, { "id": "a62280d9-7694-4984-9159-fa7b479922fa", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a62280d9-7694-4984-9159-fa7b479922fa" }, { "id": "e209ea9f-a509-45d5-a729-f208d17b4544", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e209ea9f-a509-45d5-a729-f208d17b4544" }, { "id": "95d72922-0b11-446a-998c-9fedc92c6f31", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-95d72922-0b11-446a-998c-9fedc92c6f31" }, { "id": "ca60f1dd-eb99-43a7-b9c8-f51a660fa2c4", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ca60f1dd-eb99-43a7-b9c8-f51a660fa2c4" }, { "id": "457364da-9b66-4fc5-8bb7-0daf5bbb7625", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-457364da-9b66-4fc5-8bb7-0daf5bbb7625" }, { "id": "d903c471-4dbf-4854-beed-55487eb28c70", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d903c471-4dbf-4854-beed-55487eb28c70" }, { "id": "66016c2b-f068-4086-b17f-14e7b9524cf0", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:create-like", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:create-like" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-66016c2b-f068-4086-b17f-14e7b9524cf0" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-191d63a1-aab8-4662-81e6-6dccb00523ec" } ], "id": "783c551d-b664-4b28-8a4b-f4ec722a8f84", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-783c551d-b664-4b28-8a4b-f4ec722a8f84" }, { "name": "{name}:undrop", "item": [ { "name": "Undrop a Table", "id": "8ec9aa2c-2bf6-477e-aa55-47954dc6cec0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "id": "ece3d7bd-0610-4935-a0f2-8920859868dd", "key": "database" }, { "id": "3a902b54-1622-4a57-96c2-223197eaecc0", "key": "schema" } ] }, "description": "Undrop specified table" }, "response": [ { "id": "494729ec-ceaf-440b-9c49-3d0fef35de64", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-494729ec-ceaf-440b-9c49-3d0fef35de64" }, { "id": "44addfa5-8c8c-4016-95d1-e7680b728feb", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-44addfa5-8c8c-4016-95d1-e7680b728feb" }, { "id": "00b07177-be04-4a6b-aa84-61ad7bb8fdaf", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-00b07177-be04-4a6b-aa84-61ad7bb8fdaf" }, { "id": "de9754b7-be6c-44c6-b3a8-e784716f8e47", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-de9754b7-be6c-44c6-b3a8-e784716f8e47" }, { "id": "473a1903-cb44-4f4c-9a63-5dffdfa193b5", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-473a1903-cb44-4f4c-9a63-5dffdfa193b5" }, { "id": "bda557c4-7df1-406c-a4d5-0242da2f2059", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bda557c4-7df1-406c-a4d5-0242da2f2059" }, { "id": "011a2c1b-dc7c-4b03-a575-0637360b2ed9", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-011a2c1b-dc7c-4b03-a575-0637360b2ed9" }, { "id": "3fa831c6-e264-42ea-8ec6-8b65960894f9", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3fa831c6-e264-42ea-8ec6-8b65960894f9" }, { "id": "b337f0f8-b19d-45c2-903f-0d9f0e413ff8", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b337f0f8-b19d-45c2-903f-0d9f0e413ff8" }, { "id": "6b206f3a-db49-40e3-9673-bd9939211aa6", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-6b206f3a-db49-40e3-9673-bd9939211aa6" }, { "id": "87309f24-0af8-4b72-91f6-d4998d6132e6", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-87309f24-0af8-4b72-91f6-d4998d6132e6" }, { "id": "7c705ab3-4bb3-40f6-9521-2655c8e28f3a", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7c705ab3-4bb3-40f6-9521-2655c8e28f3a" }, { "id": "752c1a3c-e490-4421-b745-059412c0fb3e", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-752c1a3c-e490-4421-b745-059412c0fb3e" }, { "id": "88fbea7f-07ee-4c6c-9e40-3581678edcfe", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:undrop", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:undrop" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-88fbea7f-07ee-4c6c-9e40-3581678edcfe" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8ec9aa2c-2bf6-477e-aa55-47954dc6cec0" } ], "id": "3b27c6c5-ccee-4d80-8b4f-de09f47d4d9c", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3b27c6c5-ccee-4d80-8b4f-de09f47d4d9c" }, { "name": "{name}:suspend_recluster", "item": [ { "name": "Suspend Recluster of a Table", "id": "58485a9d-da01-4a8f-8ee6-346f3e5609e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "id": "7b0581f7-d452-4595-9c9c-9af548839a16", "key": "database" }, { "id": "9a1a1aff-3496-424b-951c-cc2e07b600e9", "key": "schema" } ] }, "description": "Suspend recluster of a table" }, "response": [ { "id": "5f9fc2d6-e938-4168-9896-5533bdedb6d8", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5f9fc2d6-e938-4168-9896-5533bdedb6d8" }, { "id": "516730a3-8d66-43df-9f19-c5cf0693ca71", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-516730a3-8d66-43df-9f19-c5cf0693ca71" }, { "id": "04f8857f-c203-4639-9c45-a0a8366dba5e", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-04f8857f-c203-4639-9c45-a0a8366dba5e" }, { "id": "fc68391c-7576-43b1-88eb-f25e1794b410", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-fc68391c-7576-43b1-88eb-f25e1794b410" }, { "id": "f9aa433c-ecf7-43e3-95ff-21f3a44f8d8a", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f9aa433c-ecf7-43e3-95ff-21f3a44f8d8a" }, { "id": "93083057-cf02-4b14-97de-b290bfabe583", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-93083057-cf02-4b14-97de-b290bfabe583" }, { "id": "a7fd2172-1679-4cea-b44a-724129c1f7ca", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a7fd2172-1679-4cea-b44a-724129c1f7ca" }, { "id": "ffd68433-2f73-4ac6-b4f9-1a1d632ba758", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ffd68433-2f73-4ac6-b4f9-1a1d632ba758" }, { "id": "f182f37d-6346-47d9-bdce-585615d5e655", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f182f37d-6346-47d9-bdce-585615d5e655" }, { "id": "8147f1dd-57a0-4a12-acc8-aaa801dff6be", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8147f1dd-57a0-4a12-acc8-aaa801dff6be" }, { "id": "afe4b635-36d3-4d94-8532-2aefd5ca8b77", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-afe4b635-36d3-4d94-8532-2aefd5ca8b77" }, { "id": "5e78f40d-66d6-4eb5-b79c-ce8a4e7e6f41", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5e78f40d-66d6-4eb5-b79c-ce8a4e7e6f41" }, { "id": "5f02e131-0c61-406c-bb74-65b7a3ee1b14", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5f02e131-0c61-406c-bb74-65b7a3ee1b14" }, { "id": "03e9e478-18db-4e84-824b-4491972ea89c", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-03e9e478-18db-4e84-824b-4491972ea89c" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-58485a9d-da01-4a8f-8ee6-346f3e5609e0" } ], "id": "e826668c-835e-4ce1-95dc-d43353a77a79", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e826668c-835e-4ce1-95dc-d43353a77a79" }, { "name": "{name}:suspend-recluster", "item": [ { "name": "Suspend Recluster of a Table", "id": "558cafab-c7f1-497a-a25a-5076df3106eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "id": "21433537-9278-48a7-b483-676895f0db98", "key": "database" }, { "id": "79ec70bd-8562-4dac-9df0-774b9215267a", "key": "schema" } ] }, "description": "Suspend recluster of a table" }, "response": [ { "id": "8a57c6d5-f498-40c9-a70a-63b49564b620", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8a57c6d5-f498-40c9-a70a-63b49564b620" }, { "id": "73775f8d-b3d0-441c-8d89-db8f5115a2fe", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-73775f8d-b3d0-441c-8d89-db8f5115a2fe" }, { "id": "495c969e-3da0-4adb-9e63-ff7b7799116a", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-495c969e-3da0-4adb-9e63-ff7b7799116a" }, { "id": "a83e2da6-ace2-4a9d-a3d2-7d6006d4ab3a", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a83e2da6-ace2-4a9d-a3d2-7d6006d4ab3a" }, { "id": "f55950a3-906b-4f8d-9e40-a4082d9b182f", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f55950a3-906b-4f8d-9e40-a4082d9b182f" }, { "id": "dff5b33f-318a-4ed0-9443-f18d2694be82", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-dff5b33f-318a-4ed0-9443-f18d2694be82" }, { "id": "52657eef-cdda-43aa-b673-1f00f0c99278", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-52657eef-cdda-43aa-b673-1f00f0c99278" }, { "id": "89233990-b36c-4d0c-a3ef-5e8dafc85f35", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-89233990-b36c-4d0c-a3ef-5e8dafc85f35" }, { "id": "69b72497-149a-4e5b-a964-f6b5b8539004", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-69b72497-149a-4e5b-a964-f6b5b8539004" }, { "id": "fc76af48-8edc-4e33-9018-70670b87c11f", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-fc76af48-8edc-4e33-9018-70670b87c11f" }, { "id": "e08148cb-8e04-4d53-ab2a-9bc9f90a7aec", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e08148cb-8e04-4d53-ab2a-9bc9f90a7aec" }, { "id": "65124545-ed54-412c-84bb-2460e4299466", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-65124545-ed54-412c-84bb-2460e4299466" }, { "id": "5953110f-5d2a-4962-83d9-8ce1eafb6d30", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5953110f-5d2a-4962-83d9-8ce1eafb6d30" }, { "id": "2a747aca-f14d-4f66-a08a-777969f94829", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:suspend-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:suspend-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2a747aca-f14d-4f66-a08a-777969f94829" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-558cafab-c7f1-497a-a25a-5076df3106eb" } ], "id": "df8765bd-3327-4929-8675-ac2cb70b5111", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-df8765bd-3327-4929-8675-ac2cb70b5111" }, { "name": "{name}:resume_recluster", "item": [ { "name": "Resume Recluster of a Table", "id": "b7db688c-ffe4-4407-ab8d-e407160f08b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "id": "4d3f648b-4627-4809-bec6-f778abf71951", "key": "database" }, { "id": "d56ca0b1-3126-4606-9a1f-115ecc56dca8", "key": "schema" } ] }, "description": "Resume recluster of a table" }, "response": [ { "id": "a49cd3b5-daaf-4294-8b89-f254c267663f", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a49cd3b5-daaf-4294-8b89-f254c267663f" }, { "id": "70c567b0-93ac-482e-9add-c971c742ce71", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-70c567b0-93ac-482e-9add-c971c742ce71" }, { "id": "3e513f6e-a812-4cdf-a065-e8352d7d9551", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3e513f6e-a812-4cdf-a065-e8352d7d9551" }, { "id": "0677f5b8-0d2c-4319-abd0-014f2112b1eb", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-0677f5b8-0d2c-4319-abd0-014f2112b1eb" }, { "id": "72197e0a-b9d8-4af8-bbad-a5033cfeafeb", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-72197e0a-b9d8-4af8-bbad-a5033cfeafeb" }, { "id": "f903d75b-586a-41e1-b718-2d45e5d96e2b", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f903d75b-586a-41e1-b718-2d45e5d96e2b" }, { "id": "ac242b58-2872-4c67-8ef5-140d37463a2e", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ac242b58-2872-4c67-8ef5-140d37463a2e" }, { "id": "22e80002-da6a-4793-a97c-f89f0230507d", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-22e80002-da6a-4793-a97c-f89f0230507d" }, { "id": "fe033d6d-240b-4bb9-a6ba-0b20572e992a", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-fe033d6d-240b-4bb9-a6ba-0b20572e992a" }, { "id": "63138632-17d9-48b0-af61-4ffecd4e92c8", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-63138632-17d9-48b0-af61-4ffecd4e92c8" }, { "id": "42aac485-b187-442d-9da7-de01a63a1201", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-42aac485-b187-442d-9da7-de01a63a1201" }, { "id": "50a89e66-5723-4829-b93e-43b1d6a5e024", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-50a89e66-5723-4829-b93e-43b1d6a5e024" }, { "id": "a1529bfa-a1e3-4e06-bf3a-9bd9d9c5d653", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a1529bfa-a1e3-4e06-bf3a-9bd9d9c5d653" }, { "id": "39db42e3-6727-4b7e-9a5d-72f76f4d2b0f", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume_recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume_recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-39db42e3-6727-4b7e-9a5d-72f76f4d2b0f" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b7db688c-ffe4-4407-ab8d-e407160f08b8" } ], "id": "b14d4be5-acd4-4e0d-966c-9044cbe77f9a", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b14d4be5-acd4-4e0d-966c-9044cbe77f9a" }, { "name": "{name}:resume-recluster", "item": [ { "name": "Resume Recluster of a Table", "id": "bd4ec4cc-b4ce-47ca-a48b-b244d144b8a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "id": "fecc4e70-f882-4338-9c5f-9956377152b6", "key": "database" }, { "id": "1a5d444c-0f55-4cd1-a77f-bc7558c30ad5", "key": "schema" } ] }, "description": "Resume recluster of a table" }, "response": [ { "id": "f6cd50ee-2a1e-4f97-a6ed-52cd15b17f00", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f6cd50ee-2a1e-4f97-a6ed-52cd15b17f00" }, { "id": "8b41f1f4-c9bd-4288-bb86-8d7c0085d4cd", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-8b41f1f4-c9bd-4288-bb86-8d7c0085d4cd" }, { "id": "daeb1263-9d31-43be-a823-c5dfcae617d1", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-daeb1263-9d31-43be-a823-c5dfcae617d1" }, { "id": "e2e0845f-1f0f-45dc-bb5f-8f0a1639eb78", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e2e0845f-1f0f-45dc-bb5f-8f0a1639eb78" }, { "id": "e8088366-27e7-4397-ab30-20b133d77218", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e8088366-27e7-4397-ab30-20b133d77218" }, { "id": "ad9f2b1b-8e91-4a76-9427-5ee313df6b78", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ad9f2b1b-8e91-4a76-9427-5ee313df6b78" }, { "id": "e63b8ac0-d419-485a-a58a-84c39597bd79", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e63b8ac0-d419-485a-a58a-84c39597bd79" }, { "id": "d69d4529-c6db-48f7-9fa1-226c81389252", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d69d4529-c6db-48f7-9fa1-226c81389252" }, { "id": "f8c7c988-4d58-4b85-8d12-08a81bddf96d", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f8c7c988-4d58-4b85-8d12-08a81bddf96d" }, { "id": "980daab7-6145-433f-affd-3efef5324545", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-980daab7-6145-433f-affd-3efef5324545" }, { "id": "7bf3fa02-79d7-404a-b310-a0e869e14cbd", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7bf3fa02-79d7-404a-b310-a0e869e14cbd" }, { "id": "9b418877-1622-4bc4-8f61-fe95449a470e", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-9b418877-1622-4bc4-8f61-fe95449a470e" }, { "id": "fc69a57a-9d8c-4230-aade-da2ecc20c68f", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-fc69a57a-9d8c-4230-aade-da2ecc20c68f" }, { "id": "04405411-339e-46cc-95e3-3a446b78bece", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:resume-recluster", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:resume-recluster" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-04405411-339e-46cc-95e3-3a446b78bece" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bd4ec4cc-b4ce-47ca-a48b-b244d144b8a1" } ], "id": "4131c9d6-368f-4a43-af5e-a40076dc20ab", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4131c9d6-368f-4a43-af5e-a40076dc20ab" }, { "name": "{name}:swapwith", "item": [ { "name": "Swap With Another Table", "id": "62d724a3-85cc-4899-9c84-ecb4d12ed014", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "id": "d1c01ada-bbce-49d2-8e32-ca88f0c022b4", "key": "database" }, { "id": "29147e35-c401-45f8-a9ca-429089628f22", "key": "schema" } ] }, "description": "Swap with another table" }, "response": [ { "id": "f3889c59-b50d-466a-b07a-7e595e49e798", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f3889c59-b50d-466a-b07a-7e595e49e798" }, { "id": "1bd875ee-314e-4066-9c9b-35c76d692102", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1bd875ee-314e-4066-9c9b-35c76d692102" }, { "id": "b107ad7e-6efe-4907-90c0-2300f10d50a7", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b107ad7e-6efe-4907-90c0-2300f10d50a7" }, { "id": "922b7d12-6d01-41d5-8a63-1b41084e4c9e", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-922b7d12-6d01-41d5-8a63-1b41084e4c9e" }, { "id": "25692b9a-f17e-4b53-922c-a1e6683d4adf", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-25692b9a-f17e-4b53-922c-a1e6683d4adf" }, { "id": "6f8dd62c-1d10-49f5-8a29-62a167e6071d", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-6f8dd62c-1d10-49f5-8a29-62a167e6071d" }, { "id": "cfb98334-2858-4850-b82a-abfafe7f462b", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-cfb98334-2858-4850-b82a-abfafe7f462b" }, { "id": "70edc413-a23f-4757-bf91-f2812b68cc58", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-70edc413-a23f-4757-bf91-f2812b68cc58" }, { "id": "bd20a7d9-0e96-40af-849e-36b926ad24be", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bd20a7d9-0e96-40af-849e-36b926ad24be" }, { "id": "56637c65-b257-474d-81f0-06e4bbf48859", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-56637c65-b257-474d-81f0-06e4bbf48859" }, { "id": "e5b7e543-1278-40cc-a974-a2fd74adf9fd", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e5b7e543-1278-40cc-a974-a2fd74adf9fd" }, { "id": "12b0fe81-8318-436f-af63-7f1f87de6446", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-12b0fe81-8318-436f-af63-7f1f87de6446" }, { "id": "098242c3-4a73-4841-b9a9-bc60b79eef77", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-098242c3-4a73-4841-b9a9-bc60b79eef77" }, { "id": "af7fe85e-c3f7-4b08-aa37-afc14f7d4ba2", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swapwith?targetTableName=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swapwith" ], "query": [ { "description": "(Required) The fully-specified name of the target table to be swapped with.", "key": "targetTableName", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-af7fe85e-c3f7-4b08-aa37-afc14f7d4ba2" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-62d724a3-85cc-4899-9c84-ecb4d12ed014" } ], "id": "76062846-d7bd-468b-a962-f4289d7b1e30", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-76062846-d7bd-468b-a962-f4289d7b1e30" }, { "name": "{name}:swap-with", "item": [ { "name": "Swap With Another Table", "id": "47fb46df-fb6e-493f-96f2-3cb881f690b3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec&value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec&value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" }, { "description": "Database of the target table. Defaults to the source table's database.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" }, { "description": "Schema of the target table. Defaults to the source table's schema.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "id": "75ac6132-f420-4443-87a7-6c2afcbb08a9", "key": "database" }, { "id": "a952cd5f-86a0-4cd7-a31d-e5e30d5b4835", "key": "schema" } ] }, "description": "Swap with another table" }, "response": [ { "id": "7560ddb9-c7b0-49d7-a3a3-c32334970ad5", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7560ddb9-c7b0-49d7-a3a3-c32334970ad5" }, { "id": "e4364bc4-3576-4618-b4b9-79004e59512a", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e4364bc4-3576-4618-b4b9-79004e59512a" }, { "id": "585d3bb1-7347-47df-a2b5-92bcefc2774f", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-585d3bb1-7347-47df-a2b5-92bcefc2774f" }, { "id": "d127950a-9e93-4679-9fff-842481ce52ce", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d127950a-9e93-4679-9fff-842481ce52ce" }, { "id": "1fb1f8a0-a971-40bc-9766-514351434b4c", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1fb1f8a0-a971-40bc-9766-514351434b4c" }, { "id": "3235237a-66e8-42e2-a92b-4e745185e55c", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3235237a-66e8-42e2-a92b-4e745185e55c" }, { "id": "86077f34-c35d-44e0-bc1f-ff1f25b88748", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-86077f34-c35d-44e0-bc1f-ff1f25b88748" }, { "id": "a68c5c1d-7f88-4a96-ab19-e8aaaca7678f", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a68c5c1d-7f88-4a96-ab19-e8aaaca7678f" }, { "id": "dca10eeb-70c5-4eed-8341-6a76e1d7f6c4", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-dca10eeb-70c5-4eed-8341-6a76e1d7f6c4" }, { "id": "922078bc-74de-4375-bf85-c157461051c2", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-922078bc-74de-4375-bf85-c157461051c2" }, { "id": "4b37aaa7-ff22-48a6-add1-61fa5e4d1da6", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4b37aaa7-ff22-48a6-add1-61fa5e4d1da6" }, { "id": "692bf256-ff8e-4287-a4e6-0fc39ceda8e3", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-692bf256-ff8e-4287-a4e6-0fc39ceda8e3" }, { "id": "7f9c4387-5081-4f22-b9de-4b86aab56509", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7f9c4387-5081-4f22-b9de-4b86aab56509" }, { "id": "5c1621ab-56da-471c-a17b-5ee660f1ef5e", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables/{{name}}:swap-with?value=reference common.yaml%23/components/schemas/Identifier not found in the OpenAPI spec", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables", "{{name}}:swap-with" ], "query": [ { "description": "(Required) The name of the target table to be swapped with.", "key": "value", "value": "reference common.yaml#/components/schemas/Identifier not found in the OpenAPI spec" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5c1621ab-56da-471c-a17b-5ee660f1ef5e" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-47fb46df-fb6e-493f-96f2-3cb881f690b3" } ], "id": "784c7093-1c8d-41bb-bac7-aabb685089d7", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-784c7093-1c8d-41bb-bac7-aabb685089d7" }, { "name": "List Tables", "id": "233a7a57-ad28-48c0-a081-4cc7f333c58a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "id": "db4b15db-ff2e-4790-9580-e51cb866b687", "key": "database" }, { "id": "6a5240f5-abda-443b-9afa-0672046397c6", "key": "schema" } ] }, "description": "Lists the tables under the database and schema." }, "response": [ { "id": "b10a17d9-8f04-4316-a0ca-61e43352c711", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Snowflake-Request-ID", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Link", "value": "" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"ICEBERG\"\n },\n {\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"NORMAL\"\n }\n]", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b10a17d9-8f04-4316-a0ca-61e43352c711" }, { "id": "af3737fa-ebb5-4649-b590-eeaaec30e507", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-af3737fa-ebb5-4649-b590-eeaaec30e507" }, { "id": "57822f15-0178-4565-9a8f-8c11f47fbbcc", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-57822f15-0178-4565-9a8f-8c11f47fbbcc" }, { "id": "e8a6d353-6fe6-46a6-bb14-3f356c2f1439", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e8a6d353-6fe6-46a6-bb14-3f356c2f1439" }, { "id": "40538ddd-76e1-405b-9c41-716a94276cc0", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-40538ddd-76e1-405b-9c41-716a94276cc0" }, { "id": "7c46698e-fc81-423a-a7c1-ce4236991278", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7c46698e-fc81-423a-a7c1-ce4236991278" }, { "id": "3d6467e9-5fe3-4c4f-b73f-e174f4fb8b41", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3d6467e9-5fe3-4c4f-b73f-e174f4fb8b41" }, { "id": "5bcc642e-de8d-473f-8751-7eeecd6d9094", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5bcc642e-de8d-473f-8751-7eeecd6d9094" }, { "id": "f4d61a19-342b-44f8-90db-43b7a2ea2eff", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f4d61a19-342b-44f8-90db-43b7a2ea2eff" }, { "id": "ebd5839c-c1ad-4751-8e06-144e309bf895", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ebd5839c-c1ad-4751-8e06-144e309bf895" }, { "id": "2fdb6239-3c9c-4d70-b9d9-638fc1dbb356", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2fdb6239-3c9c-4d70-b9d9-638fc1dbb356" }, { "id": "49daa650-340f-492a-8843-9e5f6e6429b8", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-49daa650-340f-492a-8843-9e5f6e6429b8" }, { "id": "f746086c-46ef-43a7-9332-61df27090ca3", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f746086c-46ef-43a7-9332-61df27090ca3" }, { "id": "67238de6-8e58-42ba-bf72-f31f99ad2589", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables?history=&deep=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "query": [ { "description": "Optionally includes dropped tables that have not yet been purged.", "key": "history", "value": "" }, { "description": "Optionally includes dependency information of the table.", "key": "deep", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-67238de6-8e58-42ba-bf72-f31f99ad2589" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-233a7a57-ad28-48c0-a081-4cc7f333c58a" }, { "name": "Create a Table (clone and Undrop Are Separate Subresources)", "id": "be579eaf-e617-415c-85a1-5d3cf3eeb9c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "id": "4d1e4802-5e29-49e9-9c3f-7c81b8631062", "key": "database" }, { "id": "c1e5dbb6-416b-4aa6-9dcb-91600ce181e2", "key": "schema" } ] }, "description": "Create a table." }, "response": [ { "id": "1d922b05-a32d-4ff7-ac96-b34f2109c2b6", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-1d922b05-a32d-4ff7-ac96-b34f2109c2b6" }, { "id": "b83358c6-2dae-4e37-9fe1-6055e67f32fc", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b83358c6-2dae-4e37-9fe1-6055e67f32fc" }, { "id": "74e8853e-c2bc-4702-976c-60db2152281a", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-74e8853e-c2bc-4702-976c-60db2152281a" }, { "id": "06142268-be66-4969-a1d8-d4292c679679", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-06142268-be66-4969-a1d8-d4292c679679" }, { "id": "d1eb1a02-a71b-415c-a97b-7deff4f3a51e", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d1eb1a02-a71b-415c-a97b-7deff4f3a51e" }, { "id": "f0f9d4b7-d758-4e7c-925d-2abdfc6d7ecb", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-f0f9d4b7-d758-4e7c-925d-2abdfc6d7ecb" }, { "id": "4c87f56f-1023-444b-ba14-b57fcecb59f1", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4c87f56f-1023-444b-ba14-b57fcecb59f1" }, { "id": "6f0cc5fa-2705-45cb-8dde-b12d823d27a9", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-6f0cc5fa-2705-45cb-8dde-b12d823d27a9" }, { "id": "3127f4af-cef4-47f0-ba62-5271d9ade2db", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3127f4af-cef4-47f0-ba62-5271d9ade2db" }, { "id": "588f7d77-e801-4354-a7bc-0c888aa8103c", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-588f7d77-e801-4354-a7bc-0c888aa8103c" }, { "id": "3e0ac181-6cb3-45b4-a267-e4b34e514195", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3e0ac181-6cb3-45b4-a267-e4b34e514195" }, { "id": "db37d5f2-0fbd-4912-9a58-340201a63364", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-db37d5f2-0fbd-4912-9a58-340201a63364" }, { "id": "3bf1a2ec-35d7-43c4-9e57-a817452cf9c7", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3bf1a2ec-35d7-43c4-9e57-a817452cf9c7" }, { "id": "4aad68ff-1008-4fb7-ad7c-93d985e1627d", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"kind\": \"PERMANENT\",\n \"cluster_by\": [\n \"\",\n \"\"\n ],\n \"enable_schema_evolution\": \"\",\n \"change_tracking\": \"\",\n \"data_retention_time_in_days\": \"\",\n \"max_data_extension_time_in_days\": \"\",\n \"default_ddl_collation\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\",\n \"schema_name\": \"\",\n \"rows\": \"\",\n \"bytes\": \"\",\n \"owner\": \"\",\n \"dropped_on\": \"\",\n \"automatic_clustering\": \"\",\n \"search_optimization\": \"\",\n \"search_optimization_progress\": \"\",\n \"search_optimization_bytes\": \"\",\n \"owner_role_type\": \"\",\n \"budget\": \"\",\n \"table_type\": \"IMMUTABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4aad68ff-1008-4fb7-ad7c-93d985e1627d" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-be579eaf-e617-415c-85a1-5d3cf3eeb9c6" } ], "id": "43b52677-742f-4cc1-9334-6f3b13e944b8", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-43b52677-742f-4cc1-9334-6f3b13e944b8" }, { "name": "tables:as-select", "item": [ { "name": "Create a Table Using the Result of the Specified Select Query", "id": "0f0e16d1-63f6-4c8b-b604-127e0fcbf8a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "id": "4e09217e-3df7-4f40-8ad6-83ed092cc547", "key": "database" }, { "id": "b9bb494d-f094-4565-9841-3372a5d66cdf", "key": "schema" } ] }, "description": "Create a table as select." }, "response": [ { "id": "2bfa23ff-9282-431e-a5a9-da3b626803d2", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2bfa23ff-9282-431e-a5a9-da3b626803d2" }, { "id": "318f068e-b0c4-44b1-8690-d914f8d1fec2", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-318f068e-b0c4-44b1-8690-d914f8d1fec2" }, { "id": "3f691a4c-838d-47f3-a233-4b2e13101e69", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3f691a4c-838d-47f3-a233-4b2e13101e69" }, { "id": "879cb340-7867-4ca6-906f-0abad22ff9c4", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-879cb340-7867-4ca6-906f-0abad22ff9c4" }, { "id": "5b714275-f282-4a64-a520-8508097e14bb", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5b714275-f282-4a64-a520-8508097e14bb" }, { "id": "ed21aa8f-962a-4ac1-ad25-4e431f790906", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-ed21aa8f-962a-4ac1-ad25-4e431f790906" }, { "id": "b6c2fd2d-a1af-414a-9c85-82e8c1e35221", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b6c2fd2d-a1af-414a-9c85-82e8c1e35221" }, { "id": "79a8b1bd-709e-4a31-98b8-ea1ba0a92e47", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-79a8b1bd-709e-4a31-98b8-ea1ba0a92e47" }, { "id": "05f8b0b8-b7b8-40c2-ad14-1c48f09793e2", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-05f8b0b8-b7b8-40c2-ad14-1c48f09793e2" }, { "id": "298dfbd4-2a21-47ef-adb7-a23d9c4bec6f", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-298dfbd4-2a21-47ef-adb7-a23d9c4bec6f" }, { "id": "5db14245-d3bc-4d53-b6ff-c07e13f00eb5", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5db14245-d3bc-4d53-b6ff-c07e13f00eb5" }, { "id": "e562a8e1-55a0-4e0d-8097-b9d01f31071d", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e562a8e1-55a0-4e0d-8097-b9d01f31071d" }, { "id": "e64027d8-fefd-46f3-bd9c-1663f71e41cb", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-e64027d8-fefd-46f3-bd9c-1663f71e41cb" }, { "id": "32fe0e04-551f-4430-bbef-76a64f8b7367", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"columns\": [\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n },\n {\n \"name\": \"\",\n \"datatype\": \"\",\n \"nullable\": true,\n \"collate\": \"\",\n \"default\": \"\",\n \"autoincrement\": \"\",\n \"autoincrement_start\": \"\",\n \"autoincrement_increment\": \"\",\n \"constraints\": [\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n },\n {\n \"name\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"constraint_type\": \"\"\n }\n ],\n \"comment\": \"\"\n }\n ],\n \"cluster_by\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:as-select?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:as-select" ], "query": [ { "description": "(Required) The SQL select query to run to set up the table values (and possibly columns).", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-32fe0e04-551f-4430-bbef-76a64f8b7367" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-0f0e16d1-63f6-4c8b-b604-127e0fcbf8a1" } ], "id": "bcd6c5c5-cb1f-443e-801d-b6ea89d0c835", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-bcd6c5c5-cb1f-443e-801d-b6ea89d0c835" }, { "name": "tables:using-template", "item": [ { "name": "Create a Table Using the Templates Specified in Staged Files", "id": "21c8850f-6463-4f44-a0d1-1ed5e63cb124", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "id": "d28b0261-7cf3-40b8-85cc-9065cdca01d9", "key": "database" }, { "id": "a98ab781-60b0-44b0-8e64-0bb6b4896873", "key": "schema" } ] }, "description": "Create a table using template." }, "response": [ { "id": "67e6e978-79d6-4401-bdbd-31030ae62573", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-67e6e978-79d6-4401-bdbd-31030ae62573" }, { "id": "4aef967b-0678-46b4-8965-3ca054a45d59", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4aef967b-0678-46b4-8965-3ca054a45d59" }, { "id": "2d559476-fe7f-4815-b356-705816f65b9f", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-2d559476-fe7f-4815-b356-705816f65b9f" }, { "id": "152df75a-7fa0-48ec-9448-845b68c2fb03", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-152df75a-7fa0-48ec-9448-845b68c2fb03" }, { "id": "4b525322-69e4-40f7-b5ac-a7b63325a731", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4b525322-69e4-40f7-b5ac-a7b63325a731" }, { "id": "da47ee82-fbec-4690-9a1b-76b9ac33ae0c", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-da47ee82-fbec-4690-9a1b-76b9ac33ae0c" }, { "id": "a053cbdc-ddb5-4006-ac9a-18b7a68d7292", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a053cbdc-ddb5-4006-ac9a-18b7a68d7292" }, { "id": "5fd0cb7c-2767-4bd2-b2e9-fba45162f3ae", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5fd0cb7c-2767-4bd2-b2e9-fba45162f3ae" }, { "id": "b4c0b775-d0bb-4ad6-9910-396eec77a681", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-b4c0b775-d0bb-4ad6-9910-396eec77a681" }, { "id": "9eb6ecfc-a71b-4f58-acc9-9ef1796068da", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-9eb6ecfc-a71b-4f58-acc9-9ef1796068da" }, { "id": "5d51198c-44db-482b-aa5b-de25f7a9c2c8", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5d51198c-44db-482b-aa5b-de25f7a9c2c8" }, { "id": "576200ab-a51c-4877-beb7-63919b3d0742", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-576200ab-a51c-4877-beb7-63919b3d0742" }, { "id": "203f8cd4-ac38-435f-bca8-97607b5a2b69", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-203f8cd4-ac38-435f-bca8-97607b5a2b69" }, { "id": "3912b1a6-d860-4bba-87bb-7b681b652004", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/tables:using-template?query=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "tables:using-template" ], "query": [ { "description": "(Required) The SQL query that uses INFER_SCHEMA on staged files to set the column definitions for the new table.", "key": "query", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-3912b1a6-d860-4bba-87bb-7b681b652004" } ], "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-21c8850f-6463-4f44-a0d1-1ed5e63cb124" } ], "id": "d54f247a-97eb-4fc2-8c40-96f41bb66f53", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-d54f247a-97eb-4fc2-8c40-96f41bb66f53" } ], "id": "a241cba5-ac42-44d8-9822-8176cc67a1a7", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-a241cba5-ac42-44d8-9822-8176cc67a1a7" } ], "id": "c57c5f3e-a7e2-4f1a-a0d7-a39c421302de", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-c57c5f3e-a7e2-4f1a-a0d7-a39c421302de" } ], "id": "32a00a3d-a391-4bb9-a4cf-6a3eb1bf7ce5", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-32a00a3d-a391-4bb9-a4cf-6a3eb1bf7ce5" } ], "id": "4a8a0e84-ce8e-4201-9efe-42b8ee95d27c", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-4a8a0e84-ce8e-4201-9efe-42b8ee95d27c" } ], "id": "5ceac3a6-fef1-44d9-842b-02c18449b204", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-5ceac3a6-fef1-44d9-842b-02c18449b204" } ], "id": "7e79d9e2-e159-4597-8d08-5540a56fbe37", "createdAt": "2026-06-05T13:21:03.000Z", "updatedAt": "2026-06-05T13:21:03.000Z", "uid": "35240-7e79d9e2-e159-4597-8d08-5540a56fbe37" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }