{ "info": { "_postman_id": "e0e44a7a-85c9-4749-97d5-d1f54765de0b", "name": "Snowflake Procedure API", "description": "The Snowflake Procedure API is a REST API that you can use to access, update, and perform certain actions on Procedure 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:20:46.000Z", "updatedAt": "2026-06-05T13:20:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-e0e44a7a-85c9-4749-97d5-d1f54765de0b" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "databases", "item": [ { "name": "{database}", "item": [ { "name": "schemas", "item": [ { "name": "{schema}", "item": [ { "name": "procedures", "item": [ { "name": "{nameWithArgs}", "item": [ { "name": "Fetch a Procedure", "id": "66985dde-23de-41e0-bdc8-6b383d0b2cfc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "id": "a5ee97b7-7e1c-4b6f-9bb1-8cc29f761524", "key": "database" }, { "id": "6afe541f-4fc9-4d32-a20c-ba162beae094", "key": "schema" }, { "id": "da3734cf-b83d-4ebf-b178-1eebed047bbd", "key": "nameWithArgs" } ] }, "description": "Fetch a procedure" }, "response": [ { "id": "d007c3c9-d864-4903-8f45-f8171fd11a7c", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "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\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-d007c3c9-d864-4903-8f45-f8171fd11a7c" }, { "id": "942f3565-1adc-4af1-a462-86c48bbc7c7b", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-942f3565-1adc-4af1-a462-86c48bbc7c7b" }, { "id": "03607f83-80ff-44bf-a3dd-9a919a067c91", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-03607f83-80ff-44bf-a3dd-9a919a067c91" }, { "id": "bcd37b95-1873-43f9-93f6-10891b82f600", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-bcd37b95-1873-43f9-93f6-10891b82f600" }, { "id": "1ffc92a2-039b-427f-bbbe-6f7347057738", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-1ffc92a2-039b-427f-bbbe-6f7347057738" }, { "id": "bd12e1b5-07d3-48e7-a699-8be3210722cd", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-bd12e1b5-07d3-48e7-a699-8be3210722cd" }, { "id": "05eaa959-220a-49ef-bddc-657ac2a22cd3", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-05eaa959-220a-49ef-bddc-657ac2a22cd3" }, { "id": "95101367-9a7b-4ee5-8e31-e9bcfee9fe3b", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-95101367-9a7b-4ee5-8e31-e9bcfee9fe3b" }, { "id": "5f878bc6-c58c-42bc-854f-760b695c0873", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-5f878bc6-c58c-42bc-854f-760b695c0873" }, { "id": "afdfee24-f159-43bf-8167-52cd0822d560", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-afdfee24-f159-43bf-8167-52cd0822d560" }, { "id": "9125bccf-b993-4dd7-94b7-eb851f722f8a", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-9125bccf-b993-4dd7-94b7-eb851f722f8a" }, { "id": "7ce17ac9-b347-4648-b3d2-5e755c33d571", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-7ce17ac9-b347-4648-b3d2-5e755c33d571" }, { "id": "c92f366b-6d42-43be-8bbc-ae00ae770a2c", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-c92f366b-6d42-43be-8bbc-ae00ae770a2c" }, { "id": "1d0cca0c-e118-42e6-8dff-ba297216a121", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-1d0cca0c-e118-42e6-8dff-ba297216a121" } ], "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-66985dde-23de-41e0-bdc8-6b383d0b2cfc" }, { "name": "Delete a Procedure", "id": "884dfaf3-f433-42fd-99dd-ce857ad06adf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "id": "03858746-f8a2-43fa-ab5c-0c9e1b39599a", "key": "database" }, { "id": "a40744ea-24a9-417c-ae55-d5c34de42a7a", "key": "schema" }, { "id": "d2ff16bf-dbac-489c-93e9-f44db194ea70", "key": "nameWithArgs" } ] }, "description": "Delete a procedure" }, "response": [ { "id": "330d69d2-700f-4187-9d09-4f390ff7b913", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-330d69d2-700f-4187-9d09-4f390ff7b913" }, { "id": "2d18232c-6f26-4b25-b91b-e7b17ee73e2c", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-2d18232c-6f26-4b25-b91b-e7b17ee73e2c" }, { "id": "15f1d844-96e9-4486-a3a1-f5e0fdae2145", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-15f1d844-96e9-4486-a3a1-f5e0fdae2145" }, { "id": "cf25555b-b701-4286-b10b-1a08aece466f", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-cf25555b-b701-4286-b10b-1a08aece466f" }, { "id": "438ac91e-07fd-4b95-b6d2-cc14d5e446a6", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-438ac91e-07fd-4b95-b6d2-cc14d5e446a6" }, { "id": "627e50e7-520f-4b5b-a5a3-8908f248eec8", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-627e50e7-520f-4b5b-a5a3-8908f248eec8" }, { "id": "97d0e93f-5174-489b-a4c1-b897ea9cd0ae", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-97d0e93f-5174-489b-a4c1-b897ea9cd0ae" }, { "id": "39f642e7-bc63-482a-9971-18ec9a6dba68", "name": "408 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-39f642e7-bc63-482a-9971-18ec9a6dba68" }, { "id": "4dc907df-0d1b-4be6-86f3-e55f5b3a8c0d", "name": "409 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-4dc907df-0d1b-4be6-86f3-e55f5b3a8c0d" }, { "id": "b724a055-3812-4ac1-8d32-be7370f9a0ec", "name": "410 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-b724a055-3812-4ac1-8d32-be7370f9a0ec" }, { "id": "d2b87563-9bae-4f78-8ef0-8699902187cb", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-d2b87563-9bae-4f78-8ef0-8699902187cb" }, { "id": "53251236-7722-47c7-909c-3475acb3e0b0", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-53251236-7722-47c7-909c-3475acb3e0b0" }, { "id": "e15510ac-1026-436d-bb77-fd1cfe676968", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-e15510ac-1026-436d-bb77-fd1cfe676968" }, { "id": "4a12df5a-c918-4821-8bd4-d4eb438c4a4d", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/:nameWithArgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", ":nameWithArgs" ], "variable": [ { "key": "database" }, { "key": "schema" }, { "key": "nameWithArgs" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-4a12df5a-c918-4821-8bd4-d4eb438c4a4d" } ], "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-884dfaf3-f433-42fd-99dd-ce857ad06adf" } ], "id": "1fb4261d-a439-478f-a22c-3292bad538d4", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-1fb4261d-a439-478f-a22c-3292bad538d4" }, { "name": "{nameWithArgs}:call", "item": [ { "name": "Call a Procedure", "id": "f574a9e6-89de-4831-ab92-f57b4d59c78b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "id": "e83dd8d9-5591-4d32-b217-8dc640af44bd", "key": "database" }, { "id": "e8356672-8fbc-4b1e-b414-a7926e8598e7", "key": "schema" } ] }, "description": "Call a procedure" }, "response": [ { "id": "b1dc4eff-1a03-4f64-b171-5588ece290ed", "name": "successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "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": "[]", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-b1dc4eff-1a03-4f64-b171-5588ece290ed" }, { "id": "6876ad43-fc7e-44ae-9e87-02a2648a8545", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-6876ad43-fc7e-44ae-9e87-02a2648a8545" }, { "id": "0e402d4d-e473-4b4a-be20-08660a7c47b0", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-0e402d4d-e473-4b4a-be20-08660a7c47b0" }, { "id": "ea135756-db06-456a-8708-76b8d3fcbe45", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-ea135756-db06-456a-8708-76b8d3fcbe45" }, { "id": "19006c47-cda2-41ba-b271-6947ffdb4fa6", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-19006c47-cda2-41ba-b271-6947ffdb4fa6" }, { "id": "0e5fd61e-56a7-4e0e-9aee-38c1b1ed1efb", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-0e5fd61e-56a7-4e0e-9aee-38c1b1ed1efb" }, { "id": "6c8b8fd2-bf69-4ac8-8ba7-650ecf35c4c7", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-6c8b8fd2-bf69-4ac8-8ba7-650ecf35c4c7" }, { "id": "4525630a-1b00-403e-9442-674965b6d950", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-4525630a-1b00-403e-9442-674965b6d950" }, { "id": "6426ecb8-4ea9-427d-9fcd-a388847dacc1", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-6426ecb8-4ea9-427d-9fcd-a388847dacc1" }, { "id": "48939de5-2994-446f-a643-8ec6e49c24aa", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-48939de5-2994-446f-a643-8ec6e49c24aa" }, { "id": "7b34c17b-b4bf-48f6-840d-271168774b07", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-7b34c17b-b4bf-48f6-840d-271168774b07" }, { "id": "4fde6741-c972-4019-8644-8d2671f28477", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-4fde6741-c972-4019-8644-8d2671f28477" }, { "id": "470c6e2d-68c2-4fe2-8dc3-56c3383c3bc9", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-470c6e2d-68c2-4fe2-8dc3-56c3383c3bc9" }, { "id": "a6269178-7116-476a-8426-e204a9f59097", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"call_arguments\": [\n {\n \"name\": \"Ged\",\n \"datatype\": \"TIMESTAMP_LTZ\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n },\n {\n \"name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"INTEGER\",\n \"value\": {\n \"description\": \"Value of the call argument\",\n \"example\": \"example_value\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures/{{nameWithArgs}}:call", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures", "{{nameWithArgs}}:call" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-a6269178-7116-476a-8426-e204a9f59097" } ], "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-f574a9e6-89de-4831-ab92-f57b4d59c78b" } ], "id": "6bae5c0a-7a55-4ff2-8226-424cf9e51f8f", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-6bae5c0a-7a55-4ff2-8226-424cf9e51f8f" }, { "name": "List Procedures", "id": "0024ee45-13f0-4395-95e5-e59fdcab95ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "id": "ccaf60fe-9383-49ca-912d-0834237eca95", "key": "database" }, { "id": "6b17a451-6f71-4379-98f3-f3882ead53c5", "key": "schema" } ] }, "description": "List procedures" }, "response": [ { "id": "3783d6b1-b777-450b-a1d2-0548298d591d", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "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 \"arguments\": [\n {\n \"name\": \"sw\",\n \"datatype\": \"CHARACTER\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"\\\"pp\\\"\\\"fq\\\"\\\"xO\\\"\\\"HS\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"^\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"o>\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"i\\\"\\\"LG\\\"\\\"Y\\\"\\\"\\\"\\\"q\\\"\",\n \"database_name\": \"\\\"G\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n },\n {\n \"name\": \"a\",\n \"arguments\": [\n {\n \"name\": \"\\\"uf0\\\\\\\"\",\n \"datatype\": \"BINARY\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"cvwM\",\n \"datatype\": \"DECIMAL\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"}x\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"CALLER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"\\\"\",\n \"database_name\": \"\\\"\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n }\n]", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-3783d6b1-b777-450b-a1d2-0548298d591d" }, { "id": "0ebb19c0-7e39-4f70-85d8-0a1859a54fd9", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-0ebb19c0-7e39-4f70-85d8-0a1859a54fd9" }, { "id": "566d400f-d0f2-4861-8d74-926a2d64c4c8", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-566d400f-d0f2-4861-8d74-926a2d64c4c8" }, { "id": "66239190-36d5-4ecd-ab2e-1e300252e488", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-66239190-36d5-4ecd-ab2e-1e300252e488" }, { "id": "fe1b4462-6a70-423d-8526-66a0d4e47a42", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-fe1b4462-6a70-423d-8526-66a0d4e47a42" }, { "id": "65cb1752-079b-45e7-b454-3c4233438740", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-65cb1752-079b-45e7-b454-3c4233438740" }, { "id": "fb91211d-6049-4cab-bc1d-035b6f4c13aa", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-fb91211d-6049-4cab-bc1d-035b6f4c13aa" }, { "id": "f7783bc4-24f4-4e59-8383-c783107f8f43", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-f7783bc4-24f4-4e59-8383-c783107f8f43" }, { "id": "7a43118f-889f-475a-bd25-ced00b9d2335", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-7a43118f-889f-475a-bd25-ced00b9d2335" }, { "id": "5787f532-b97c-480c-a62d-0b7a4d91cf62", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-5787f532-b97c-480c-a62d-0b7a4d91cf62" }, { "id": "1b4e01d3-dd05-4e83-a298-951254f05dac", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-1b4e01d3-dd05-4e83-a298-951254f05dac" }, { "id": "988ce7e0-e2dd-4f27-be4f-1a480f75752f", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-988ce7e0-e2dd-4f27-be4f-1a480f75752f" }, { "id": "970595c4-0b0f-4efd-9ec1-546d2d931a2c", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-970595c4-0b0f-4efd-9ec1-546d2d931a2c" }, { "id": "cb9a9d21-bf09-4253-a7a0-16024cbc15ab", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-cb9a9d21-bf09-4253-a7a0-16024cbc15ab" } ], "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-0024ee45-13f0-4395-95e5-e59fdcab95ec" }, { "name": "Create a Procedure", "id": "8401b047-0cfd-4aae-91bd-e34109bb9dd9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "id": "4e50b0b1-dd16-4318-bec0-adc5ed3fd268", "key": "database" }, { "id": "78ccffc3-4544-44e9-8503-52dd0ce2ed4b", "key": "schema" } ] }, "description": "Create a procedure" }, "response": [ { "id": "831a795b-c042-4826-8f17-0935b02ba70b", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-831a795b-c042-4826-8f17-0935b02ba70b" }, { "id": "e3c280be-280c-4247-93ca-2f75c3f97a63", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-e3c280be-280c-4247-93ca-2f75c3f97a63" }, { "id": "cd37491f-2892-48ed-9eeb-8b108744ac51", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-cd37491f-2892-48ed-9eeb-8b108744ac51" }, { "id": "c7ee47ff-d983-47b8-916c-eebaf0f97327", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-c7ee47ff-d983-47b8-916c-eebaf0f97327" }, { "id": "ed8c745a-abdd-4caa-b667-27e5e4143c9b", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-ed8c745a-abdd-4caa-b667-27e5e4143c9b" }, { "id": "c4462d7a-8d11-4fec-957e-a3fcc485562c", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-c4462d7a-8d11-4fec-957e-a3fcc485562c" }, { "id": "4f23bfc6-70e2-42c6-927b-3d1afa489855", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-4f23bfc6-70e2-42c6-927b-3d1afa489855" }, { "id": "c632196a-42f1-4a2f-b1e1-f34c5ca68c22", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-c632196a-42f1-4a2f-b1e1-f34c5ca68c22" }, { "id": "d0ad97b0-3fed-4a1d-8d79-9c4bdfce1251", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-d0ad97b0-3fed-4a1d-8d79-9c4bdfce1251" }, { "id": "9a6adec6-3226-4aaa-869f-2958821c657a", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-9a6adec6-3226-4aaa-869f-2958821c657a" }, { "id": "9c2800a3-df70-47d9-b5ab-efb2693adf5f", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-9c2800a3-df70-47d9-b5ab-efb2693adf5f" }, { "id": "816b4ef1-a3d4-4216-b8f4-39d1a113dedb", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-816b4ef1-a3d4-4216-b8f4-39d1a113dedb" }, { "id": "c161613b-ee2d-4587-af81-f5297e25ca49", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-c161613b-ee2d-4587-af81-f5297e25ca49" }, { "id": "ebdc64b4-d075-4d89-8973-bcf1e3049f83", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"fEg$53vpIo\",\n \"arguments\": [\n {\n \"name\": \"\\\"V\\\"\\\"\\\\\\\"\\\".@\\\"\\\"\\\"\\\"\\\"\",\n \"datatype\": \"NUMERIC\",\n \"default_value\": \"\"\n },\n {\n \"name\": \"HUKXJWVWbo\",\n \"datatype\": \"DOUBLE PRECISION\",\n \"default_value\": \"\"\n }\n ],\n \"return_type\": {\n \"type\": \"\\\"/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\"\n },\n \"language_config\": {\n \"language\": \"\",\n \"called_on_null_input\": \"\"\n },\n \"body\": \"\",\n \"execute_as\": \"OWNER\",\n \"is_secure\": \"\",\n \"comment\": \"\",\n \"created_on\": \"\",\n \"schema_name\": \"\\\"\\\"\\\"8h\\\"\\\"\\\"\\\"\\\"\\\"*\\\"\\\"dH\\\"\",\n \"database_name\": \"\\\"\\\"\\\"s/\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"Z\\\"\\\"\\\"\",\n \"min_num_arguments\": \"\",\n \"max_num_arguments\": \"\",\n \"owner\": \"\",\n \"owner_role_type\": \"\",\n \"is_builtin\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/procedures", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "procedures" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-ebdc64b4-d075-4d89-8973-bcf1e3049f83" } ], "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-8401b047-0cfd-4aae-91bd-e34109bb9dd9" } ], "id": "d798a2a8-efcd-40dd-b178-52b9ddbb8834", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-d798a2a8-efcd-40dd-b178-52b9ddbb8834" } ], "id": "c119c169-8ee0-46be-8102-e9ee5ceaab97", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-c119c169-8ee0-46be-8102-e9ee5ceaab97" } ], "id": "f94b0590-05e2-4525-af03-fd3ca502440f", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-f94b0590-05e2-4525-af03-fd3ca502440f" } ], "id": "ea2bd4c3-8a02-4cd6-9b36-b474156616cd", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-ea2bd4c3-8a02-4cd6-9b36-b474156616cd" } ], "id": "138e9773-79a6-4889-8d54-77ad1037452c", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-138e9773-79a6-4889-8d54-77ad1037452c" } ], "id": "771f5f51-38bb-450b-af96-eab852b611d4", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-771f5f51-38bb-450b-af96-eab852b611d4" } ], "id": "63a576ba-2367-468e-a312-01dc570816fa", "createdAt": "2026-06-05T13:20:47.000Z", "updatedAt": "2026-06-05T13:20:47.000Z", "uid": "35240-63a576ba-2367-468e-a312-01dc570816fa" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }