{ "info": { "_postman_id": "3796fa10-766f-401b-a8ce-b267c01e27ef", "name": "Snowflake Notebook API", "description": "The Snowflake Notebook API is a REST API that you can use to access, update, and perform certain actions on Notebook 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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-3796fa10-766f-401b-a8ce-b267c01e27ef" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "databases", "item": [ { "name": "{database}", "item": [ { "name": "schemas", "item": [ { "name": "{schema}", "item": [ { "name": "notebooks", "item": [ { "name": "{name}", "item": [ { "name": "Fetch a Notebook", "id": "f383ff7b-963e-4f73-be5d-262760d95962", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":name" ], "variable": [ { "id": "28eb05c2-daf3-4bb5-8de4-700443b1de0a", "key": "database" }, { "id": "39fe9bd4-3385-4fb1-9400-ba249876e701", "key": "schema" }, { "id": "159fc248-87e7-44ce-83b5-353da899434a", "key": "name" } ] }, "description": "Fetch a notebook" }, "response": [ { "id": "32f9294e-65bd-4868-98a1-5aa74b811bd9", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-32f9294e-65bd-4868-98a1-5aa74b811bd9" }, { "id": "38e92c9c-cebd-4de9-8157-681131637f6a", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-38e92c9c-cebd-4de9-8157-681131637f6a" }, { "id": "874fb7ab-1d7c-4c29-91e8-d1119d904b32", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-874fb7ab-1d7c-4c29-91e8-d1119d904b32" }, { "id": "15a6ec42-f8e1-48a9-a7ff-9cc88af968c5", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-15a6ec42-f8e1-48a9-a7ff-9cc88af968c5" }, { "id": "c6a6e2b6-9023-4bba-a046-ab26d6b5cf9f", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-c6a6e2b6-9023-4bba-a046-ab26d6b5cf9f" }, { "id": "97da0598-9fbf-49db-abdd-b8645e4456d5", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-97da0598-9fbf-49db-abdd-b8645e4456d5" }, { "id": "e5380789-efca-4db2-abf7-5daf67e1f753", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-e5380789-efca-4db2-abf7-5daf67e1f753" }, { "id": "6d02e2aa-1c46-4f8d-b702-917d3af279a4", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-6d02e2aa-1c46-4f8d-b702-917d3af279a4" }, { "id": "0f7b9800-2d93-4b7b-b440-d4691cf7ab6f", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-0f7b9800-2d93-4b7b-b440-d4691cf7ab6f" }, { "id": "59f7021f-4c29-4412-89b7-117a4fb6d054", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-59f7021f-4c29-4412-89b7-117a4fb6d054" }, { "id": "3220a98a-cc17-435d-be0e-e65147fad696", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-3220a98a-cc17-435d-be0e-e65147fad696" }, { "id": "ff77e16b-b048-4f03-8718-3e6f999bb510", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ff77e16b-b048-4f03-8718-3e6f999bb510" }, { "id": "e09ec35f-164f-4e11-9c31-4bdba54c3df6", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-e09ec35f-164f-4e11-9c31-4bdba54c3df6" }, { "id": "28018bee-8adc-49d6-a615-f51bb5640927", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-28018bee-8adc-49d6-a615-f51bb5640927" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f383ff7b-963e-4f73-be5d-262760d95962" }, { "name": "Delete a Notebook", "id": "8f556c92-84d2-4c0b-9ad1-b50c59966cab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":name" ], "variable": [ { "id": "cb5b7022-02ac-4c14-824f-2a35d7530946", "key": "database" }, { "id": "d846562c-cbfe-40a8-9a39-db58ed792ce5", "key": "schema" }, { "id": "a4599aa1-1c83-4c30-af5b-ce145ef9caec", "key": "name" } ] }, "description": "Delete a notebook" }, "response": [ { "id": "bfbb59bd-18d6-417e-9233-0b8eef1f683a", "name": "200 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-bfbb59bd-18d6-417e-9233-0b8eef1f683a" }, { "id": "7b9d5678-6cde-460f-b62f-40def3097492", "name": "202 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-7b9d5678-6cde-460f-b62f-40def3097492" }, { "id": "1512c233-437e-4d2a-b53f-dcb5a7ac70d8", "name": "400 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-1512c233-437e-4d2a-b53f-dcb5a7ac70d8" }, { "id": "cb58978d-2507-49af-8c31-dd3dab0e2213", "name": "401 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-cb58978d-2507-49af-8c31-dd3dab0e2213" }, { "id": "84ab67a9-491b-4bbe-8d60-6725a59f9e13", "name": "403 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-84ab67a9-491b-4bbe-8d60-6725a59f9e13" }, { "id": "b748d0f0-e013-4d1d-9664-92c42b4143ee", "name": "404 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b748d0f0-e013-4d1d-9664-92c42b4143ee" }, { "id": "f48dc430-18cb-44f8-9f00-8e52758ef855", "name": "405 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f48dc430-18cb-44f8-9f00-8e52758ef855" }, { "id": "534e945e-eb60-464d-8707-8acad451312d", "name": "408 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-534e945e-eb60-464d-8707-8acad451312d" }, { "id": "c69b5800-7435-45bd-950e-1565621d0741", "name": "409 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-c69b5800-7435-45bd-950e-1565621d0741" }, { "id": "f4ab55b4-aea0-4fe8-97f1-884112385201", "name": "410 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f4ab55b4-aea0-4fe8-97f1-884112385201" }, { "id": "891c5e2b-044c-4db4-9d08-f119448c8054", "name": "429 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-891c5e2b-044c-4db4-9d08-f119448c8054" }, { "id": "7fa0e82c-d5ca-457b-80b1-54fa4eebec26", "name": "500 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-7fa0e82c-d5ca-457b-80b1-54fa4eebec26" }, { "id": "016bed2e-ac89-4b3f-b3d6-d26d2362c58d", "name": "503 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-016bed2e-ac89-4b3f-b3d6-d26d2362c58d" }, { "id": "14bf3f0c-3841-46d9-8e50-ba33a30f3767", "name": "504 response", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", ":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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-14bf3f0c-3841-46d9-8e50-ba33a30f3767" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8f556c92-84d2-4c0b-9ad1-b50c59966cab" } ], "id": "8ee3dbca-cf36-464a-9cf7-d1f2f0e5192f", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8ee3dbca-cf36-464a-9cf7-d1f2f0e5192f" }, { "name": "{name}:execute", "item": [ { "name": "Execute a Notebook", "id": "12cd1dde-f6b7-4f57-a301-a265a7542bc5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "id": "700d0901-2272-4180-a6e2-f905352f0468", "key": "database" }, { "id": "2d7eaba4-5a6a-4710-b6c3-cea2e7df4912", "key": "schema" } ] }, "description": "Execute a Notebook" }, "response": [ { "id": "b14c87d2-b6b5-4c57-8673-5e1cf06bf91b", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b14c87d2-b6b5-4c57-8673-5e1cf06bf91b" }, { "id": "ea675d61-4a0e-48c9-aa0f-db20bbc7884f", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ea675d61-4a0e-48c9-aa0f-db20bbc7884f" }, { "id": "ef313201-7738-454e-bb15-a2f9a89d07bf", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ef313201-7738-454e-bb15-a2f9a89d07bf" }, { "id": "455fe47b-2873-4f87-b5fd-39b9c228ff97", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-455fe47b-2873-4f87-b5fd-39b9c228ff97" }, { "id": "e6eeb8df-4136-4dad-8f61-1edfd477a073", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-e6eeb8df-4136-4dad-8f61-1edfd477a073" }, { "id": "b9952286-fec9-4b77-bae1-761c35c49f21", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b9952286-fec9-4b77-bae1-761c35c49f21" }, { "id": "377cb37d-5d79-4d94-8ea5-14b6c7ee228a", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-377cb37d-5d79-4d94-8ea5-14b6c7ee228a" }, { "id": "f765fa8a-df13-4a3c-b1f7-1f1e6f5d3b91", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f765fa8a-df13-4a3c-b1f7-1f1e6f5d3b91" }, { "id": "b9a938da-203c-4ac6-ab8e-fe48d535daa2", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b9a938da-203c-4ac6-ab8e-fe48d535daa2" }, { "id": "767b74fb-60db-4d9e-9e5f-ce8042418231", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-767b74fb-60db-4d9e-9e5f-ce8042418231" }, { "id": "6aaef9f8-fc5b-416e-a5e5-14245f34c623", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-6aaef9f8-fc5b-416e-a5e5-14245f34c623" }, { "id": "17df90cb-1c89-4438-974a-7b2aef8357fe", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-17df90cb-1c89-4438-974a-7b2aef8357fe" }, { "id": "d2425e98-a8a3-4113-a295-3c9468acc239", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d2425e98-a8a3-4113-a295-3c9468acc239" }, { "id": "8162f0e9-0ce8-49db-93b0-0816609c594d", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:execute", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:execute" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8162f0e9-0ce8-49db-93b0-0816609c594d" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-12cd1dde-f6b7-4f57-a301-a265a7542bc5" } ], "id": "563676fe-c801-4876-be81-ab6572759490", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-563676fe-c801-4876-be81-ab6572759490" }, { "name": "{name}:rename", "item": [ { "name": "Changes the Name of the Notebook to New Name.", "id": "927f7a80-922f-4d84-a43c-154ba78d7ab7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "id": "0fd2cc52-347a-4e7f-bbfb-8238fb5f381e", "key": "database" }, { "id": "8929854f-7941-4b2d-81be-98260a502bd1", "key": "schema" } ] }, "description": "Changes the name of the notebook to new name. The new identifier must be unique for the schema." }, "response": [ { "id": "df3c6971-cfa9-45d6-b055-07708b862cdd", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-df3c6971-cfa9-45d6-b055-07708b862cdd" }, { "id": "d1360f39-ae41-492e-97e9-7b422e145f87", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d1360f39-ae41-492e-97e9-7b422e145f87" }, { "id": "c65e7fd3-49a4-47c0-b6fb-71cde986a111", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-c65e7fd3-49a4-47c0-b6fb-71cde986a111" }, { "id": "b9b26bb5-882c-4cc5-ad16-070c7e920432", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b9b26bb5-882c-4cc5-ad16-070c7e920432" }, { "id": "ae0d0743-2c1d-4e22-9bdb-b84fe1e0a490", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ae0d0743-2c1d-4e22-9bdb-b84fe1e0a490" }, { "id": "495d4ebd-e58c-4dfe-a8e1-662f75c56c8f", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-495d4ebd-e58c-4dfe-a8e1-662f75c56c8f" }, { "id": "8e4592e2-15c2-466a-a351-edd8655f3ece", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8e4592e2-15c2-466a-a351-edd8655f3ece" }, { "id": "a5f3adb6-0a6f-4b59-ac41-ba3f8f65ff97", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-a5f3adb6-0a6f-4b59-ac41-ba3f8f65ff97" }, { "id": "5d52bec4-9e89-4c8c-a94c-ff17c7594435", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-5d52bec4-9e89-4c8c-a94c-ff17c7594435" }, { "id": "384357b1-fb97-434f-aece-a30ac3126122", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-384357b1-fb97-434f-aece-a30ac3126122" }, { "id": "94e8f2a8-ca3f-4b62-a78c-a2ef119c2fbe", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-94e8f2a8-ca3f-4b62-a78c-a2ef119c2fbe" }, { "id": "4e7a3ed8-1ebc-4543-9e61-b768aea5d293", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-4e7a3ed8-1ebc-4543-9e61-b768aea5d293" }, { "id": "f0ceb6d0-29a5-4f3c-9874-50bf743a4256", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f0ceb6d0-29a5-4f3c-9874-50bf743a4256" }, { "id": "13464f64-6acd-441e-b3e4-2c961f81e3a6", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:rename?targetDatabase=\"n\"\"4\"&targetSchema=\"n\"\"4\"&targetName=\"n\"\"4\"", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:rename" ], "query": [ { "description": "Database of the target resource. Defaults to the source's database", "key": "targetDatabase", "value": "\"n\"\"4\"" }, { "description": "Schema of the target resource. Defaults to the source's schema", "key": "targetSchema", "value": "\"n\"\"4\"" }, { "description": "(Required) Name of the target resource.", "key": "targetName", "value": "\"n\"\"4\"" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-13464f64-6acd-441e-b3e4-2c961f81e3a6" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-927f7a80-922f-4d84-a43c-154ba78d7ab7" } ], "id": "18bd201b-f54e-4b7b-ac67-9cd069311ab8", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-18bd201b-f54e-4b7b-ac67-9cd069311ab8" }, { "name": "{name}:add-live-version", "item": [ { "name": "Adds a Live Version to the Notebook", "id": "be7b07bd-078e-4381-98c2-a8712b2038ce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "id": "6f4ce458-9106-4d31-b764-123ad6a9b581", "key": "database" }, { "id": "20a0bf1f-0e07-4d92-ad9c-91da075da2fe", "key": "schema" } ] }, "description": "Adds a LIVE version to the notebook" }, "response": [ { "id": "d8c10388-8a04-4eee-aa67-4beb6667c769", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d8c10388-8a04-4eee-aa67-4beb6667c769" }, { "id": "934c0293-8d74-4d81-969e-cf44ebbd9ef1", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-934c0293-8d74-4d81-969e-cf44ebbd9ef1" }, { "id": "c5a1f93f-19cb-4b6a-a51c-354a480d080e", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-c5a1f93f-19cb-4b6a-a51c-354a480d080e" }, { "id": "2e3e0c69-9960-478b-8098-ebaf2877153b", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-2e3e0c69-9960-478b-8098-ebaf2877153b" }, { "id": "bbec1c37-06ed-48e2-a67e-46e908baa063", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-bbec1c37-06ed-48e2-a67e-46e908baa063" }, { "id": "ec9e2f6c-980d-451e-b439-c16cb9b10509", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ec9e2f6c-980d-451e-b439-c16cb9b10509" }, { "id": "d6554924-14a0-474d-96d7-e0f5d7d33265", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d6554924-14a0-474d-96d7-e0f5d7d33265" }, { "id": "38d8408e-208d-4228-863a-099d8d4a863f", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-38d8408e-208d-4228-863a-099d8d4a863f" }, { "id": "ce4bf6d6-e6e9-40b8-b828-a0a7d805aa51", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ce4bf6d6-e6e9-40b8-b828-a0a7d805aa51" }, { "id": "235e700d-69bd-4ec6-bb6b-cef68df93872", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-235e700d-69bd-4ec6-bb6b-cef68df93872" }, { "id": "4ff50c2f-3fed-43f6-a5f1-e91be3b6fdf8", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-4ff50c2f-3fed-43f6-a5f1-e91be3b6fdf8" }, { "id": "11d173eb-6953-4a69-b292-92ceb84790c6", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-11d173eb-6953-4a69-b292-92ceb84790c6" }, { "id": "11d1871d-2cb4-4ee7-880e-5ffa483281c5", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-11d1871d-2cb4-4ee7-880e-5ffa483281c5" }, { "id": "5f236085-c765-45ae-a595-f95f8e853f4e", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:add-live-version?fromLast=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:add-live-version" ], "query": [ { "description": "Sets the LIVE version to the LAST version of the notebook", "key": "fromLast", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-5f236085-c765-45ae-a595-f95f8e853f4e" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-be7b07bd-078e-4381-98c2-a8712b2038ce" } ], "id": "ea78ee4c-9583-4cda-b776-31d46924cb19", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ea78ee4c-9583-4cda-b776-31d46924cb19" }, { "name": "{name}:commit", "item": [ { "name": "Commits the Live Version of the Notebook", "id": "a73270f6-a601-496e-8781-34b0b42d268a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "id": "205aa30f-2227-4653-ad5e-3723f7be665e", "key": "database" }, { "id": "11638893-b555-4620-a312-980c0ace2ca8", "key": "schema" } ] }, "description": "If a Git connection is set up for the notebook, commits the LIVE version of the notebook to the Git repository" }, "response": [ { "id": "b4fd92d3-3c46-4d1c-8416-c204525a72c6", "name": "200 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b4fd92d3-3c46-4d1c-8416-c204525a72c6" }, { "id": "e4ad7964-6562-4f68-9aa9-3cf2448e4ca8", "name": "202 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-e4ad7964-6562-4f68-9aa9-3cf2448e4ca8" }, { "id": "f7dda090-9f7d-4708-b00b-d7db786452f0", "name": "400 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f7dda090-9f7d-4708-b00b-d7db786452f0" }, { "id": "8421d506-d70f-4f07-b63b-de45ed12717a", "name": "401 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8421d506-d70f-4f07-b63b-de45ed12717a" }, { "id": "c84565b2-2617-4414-95c1-897140d60d03", "name": "403 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-c84565b2-2617-4414-95c1-897140d60d03" }, { "id": "dbb655cc-a38e-4deb-b252-fcafa7a2933d", "name": "404 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-dbb655cc-a38e-4deb-b252-fcafa7a2933d" }, { "id": "b6f6aa30-5d12-44ea-96ff-487effa9cf35", "name": "405 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b6f6aa30-5d12-44ea-96ff-487effa9cf35" }, { "id": "f0de5cfc-899c-4bd5-b486-c85b255c324b", "name": "408 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f0de5cfc-899c-4bd5-b486-c85b255c324b" }, { "id": "f527faad-70f3-4be5-ad7c-6b589b11eeee", "name": "409 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-f527faad-70f3-4be5-ad7c-6b589b11eeee" }, { "id": "d0c17fd9-d94a-4f70-8447-23e309d98305", "name": "410 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d0c17fd9-d94a-4f70-8447-23e309d98305" }, { "id": "2a5194c7-81f8-4019-adbb-4ec73695bdde", "name": "429 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-2a5194c7-81f8-4019-adbb-4ec73695bdde" }, { "id": "ad5e656d-0cb9-4448-abef-206528b7c0ad", "name": "500 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "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:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-ad5e656d-0cb9-4448-abef-206528b7c0ad" }, { "id": "0bcc9d56-1c87-40b2-96e9-9ab697dfd96f", "name": "503 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-0bcc9d56-1c87-40b2-96e9-9ab697dfd96f" }, { "id": "d3198c13-c1c8-4e4b-ab43-77fe0675c6b7", "name": "504 response", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks/{{name}}:commit?version=&comment=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks", "{{name}}:commit" ], "query": [ { "description": "live version of the alias", "key": "version", "value": "" }, { "description": "Sets a comment for the notebook or version of the notebook", "key": "comment", "value": "" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d3198c13-c1c8-4e4b-ab43-77fe0675c6b7" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-a73270f6-a601-496e-8781-34b0b42d268a" } ], "id": "8d8184dd-5728-4b8b-92ac-2bfca1ec3a4e", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8d8184dd-5728-4b8b-92ac-2bfca1ec3a4e" }, { "name": "List Notebooks", "id": "e1f917bc-9e16-4ed5-bb25-f1f1747e00e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "id": "1aa7999a-9473-4c0b-a43e-517e0f1e565e", "key": "database" }, { "id": "5fa8798a-0785-42cc-ac8b-118419465a48", "key": "schema" } ] }, "description": "List notebooks" }, "response": [ { "id": "17d7c968-e0b3-4a60-896a-8ad8445dc1d5", "name": "successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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 \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"RSRhSZnHg\",\n \"schema_name\": \"l1eMGei\",\n \"owner\": \"\\\"\\\"\\\"\\\"\",\n \"owner_role_type\": \"Nse0fi43pU\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"Nt8gUVxDES\"\n },\n {\n \"name\": \"\\\"\\\"\\\"VT;\\\"\\\"\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"S_WE8OP$sah\",\n \"schema_name\": \"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"N\\\"\",\n \"owner\": \"\\\"[\\\"\\\"\\\"\\\"D\\\"\\\"(\\\"\\\"\\\"\",\n \"owner_role_type\": \"fJW39X\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"SuWRTuBMI\"\n }\n]", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-17d7c968-e0b3-4a60-896a-8ad8445dc1d5" }, { "id": "afd239b7-616b-4ec5-bff0-4b552f5ccf23", "name": "202 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-afd239b7-616b-4ec5-bff0-4b552f5ccf23" }, { "id": "22255fab-173d-48d3-bdaf-515f0bcc8ecf", "name": "400 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-22255fab-173d-48d3-bdaf-515f0bcc8ecf" }, { "id": "2e6c1c10-f79e-420d-a9c8-883dcf747806", "name": "401 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-2e6c1c10-f79e-420d-a9c8-883dcf747806" }, { "id": "2cadb42f-783e-4390-bf52-0a57a2e0c604", "name": "403 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-2cadb42f-783e-4390-bf52-0a57a2e0c604" }, { "id": "fa49f488-7b84-435e-a09c-2d840477e3cd", "name": "404 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-fa49f488-7b84-435e-a09c-2d840477e3cd" }, { "id": "d362f51b-7c2a-45ef-8731-34160d36aad4", "name": "405 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d362f51b-7c2a-45ef-8731-34160d36aad4" }, { "id": "d1a95b97-a35f-42d6-a6dc-7f31be36474f", "name": "408 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-d1a95b97-a35f-42d6-a6dc-7f31be36474f" }, { "id": "22b7169d-3b0e-489d-8c7b-bbb8f21b1a02", "name": "409 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-22b7169d-3b0e-489d-8c7b-bbb8f21b1a02" }, { "id": "a0112738-25a8-4ef5-bf9d-fd1d8b5e8e37", "name": "410 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-a0112738-25a8-4ef5-bf9d-fd1d8b5e8e37" }, { "id": "5d2a6401-075f-41a8-9aec-0e5414bdf018", "name": "429 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-5d2a6401-075f-41a8-9aec-0e5414bdf018" }, { "id": "fb1378c8-5844-43fa-a415-7dc6a622e48b", "name": "500 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-fb1378c8-5844-43fa-a415-7dc6a622e48b" }, { "id": "eadb7df4-d5b7-4e86-b847-a1f5a555cfda", "name": "503 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-eadb7df4-d5b7-4e86-b847-a1f5a555cfda" }, { "id": "59dd986a-311c-40c2-8c57-a9889d98da76", "name": "504 response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-59dd986a-311c-40c2-8c57-a9889d98da76" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-e1f917bc-9e16-4ed5-bb25-f1f1747e00e8" }, { "name": "Create a Notebook", "id": "5134e0e4-31ad-41d0-a72c-59561950545f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "id": "ffaac188-ea7a-42bf-8fc6-25f9398acff9", "key": "database" }, { "id": "e2f180e0-23f7-4942-a5b0-0fbc16620773", "key": "schema" } ] }, "description": "Create a notebook" }, "response": [ { "id": "9ecf50b7-940a-4add-9a98-aa7b406af7bd", "name": "200 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-9ecf50b7-940a-4add-9a98-aa7b406af7bd" }, { "id": "9e9d6bf0-5490-4b24-a4c4-c56e455d430b", "name": "202 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-9e9d6bf0-5490-4b24-a4c4-c56e455d430b" }, { "id": "6b1310ed-d4f1-4431-9163-277e5f4b937f", "name": "400 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-6b1310ed-d4f1-4431-9163-277e5f4b937f" }, { "id": "174b8799-5e96-4c41-8887-005e8440c348", "name": "401 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-174b8799-5e96-4c41-8887-005e8440c348" }, { "id": "7f8197f7-d1bd-479d-b207-6238261c894f", "name": "403 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-7f8197f7-d1bd-479d-b207-6238261c894f" }, { "id": "e3725ad2-8a27-4d5c-9e3c-943a2916dbf7", "name": "404 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-e3725ad2-8a27-4d5c-9e3c-943a2916dbf7" }, { "id": "83bdd1f0-32fd-4af8-8f99-b511abb004a8", "name": "405 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-83bdd1f0-32fd-4af8-8f99-b511abb004a8" }, { "id": "9027769a-a61b-4658-8dc8-ecafff60c6a9", "name": "408 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Request Timeout", "code": 408, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-9027769a-a61b-4658-8dc8-ecafff60c6a9" }, { "id": "91c8016a-caec-414f-9d2d-8d6eea2a033a", "name": "409 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-91c8016a-caec-414f-9d2d-8d6eea2a033a" }, { "id": "b45d0e8a-0630-446d-aa31-84a7d56a6f6f", "name": "410 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-b45d0e8a-0630-446d-aa31-84a7d56a6f6f" }, { "id": "2ff080aa-0950-47e1-ae1b-6971d9c98a01", "name": "429 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-2ff080aa-0950-47e1-ae1b-6971d9c98a01" }, { "id": "deef254e-c27c-45cb-9031-bd98c5cbcf48", "name": "500 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "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:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-deef254e-c27c-45cb-9031-bd98c5cbcf48" }, { "id": "7368ea85-3697-4090-b70b-3875e4798536", "name": "503 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-7368ea85-3697-4090-b70b-3875e4798536" }, { "id": "2e5c151d-1e03-4477-8b97-38f04ce8779d", "name": "504 response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\\\"V\\\"\",\n \"version\": \"\",\n \"fromLocation\": \"\",\n \"main_file\": \"\",\n \"comment\": \"\",\n \"default_version\": \"\",\n \"query_warehouse\": \"\",\n \"created_on\": \"\",\n \"database_name\": \"\\\"-\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"R\\\"\\\"\\\"\\\"\\\"\",\n \"schema_name\": \"e3Wf\",\n \"owner\": \"\\\"//&\\\"\\\"\\\"\\\"ZzP2q\\\"\\\"\\\"\",\n \"owner_role_type\": \"pdMsBrPWnYh\",\n \"url_id\": \"\",\n \"title\": \"\",\n \"default_packages\": \"\",\n \"user_packages\": \"\",\n \"runtime_name\": \"\",\n \"compute_pool\": \"\",\n \"import_urls\": [\n \"\",\n \"\"\n ],\n \"external_access_integrations\": [\n \"\",\n \"\"\n ],\n \"external_access_secrets\": \"\",\n \"idle_auto_shutdown_time_seconds\": \"\",\n \"default_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"last_version_details\": {\n \"name\": \"\",\n \"alias\": \"\",\n \"location_url\": \"\",\n \"source_location_uri\": \"\",\n \"git_commit_hash\": \"\"\n },\n \"live_version_location_uri\": \"\",\n \"budget\": \"rdUAAmd2vq\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/databases/:database/schemas/:schema/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "databases", ":database", "schemas", ":schema", "notebooks" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-2e5c151d-1e03-4477-8b97-38f04ce8779d" } ], "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-5134e0e4-31ad-41d0-a72c-59561950545f" } ], "id": "c2c425e5-efcb-4510-b892-a45824e9036b", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-c2c425e5-efcb-4510-b892-a45824e9036b" } ], "id": "49a2a49d-ec69-4481-a61f-a7ceb706194a", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-49a2a49d-ec69-4481-a61f-a7ceb706194a" } ], "id": "5ef90051-91ca-4827-a543-9ba00e84660b", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-5ef90051-91ca-4827-a543-9ba00e84660b" } ], "id": "4550f970-512b-476b-b0e7-3e487ebc8900", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-4550f970-512b-476b-b0e7-3e487ebc8900" } ], "id": "87404053-4ea0-49fa-ad1a-566f7e910556", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-87404053-4ea0-49fa-ad1a-566f7e910556" } ], "id": "8a2cc191-c223-4a03-8610-f3a770a1417b", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-8a2cc191-c223-4a03-8610-f3a770a1417b" } ], "id": "4d1fca9e-2b47-4e17-a976-213c31d49cd1", "createdAt": "2026-06-05T13:20:33.000Z", "updatedAt": "2026-06-05T13:20:33.000Z", "uid": "35240-4d1fca9e-2b47-4e17-a976-213c31d49cd1" } ], "variable": [ { "key": "baseUrl", "value": "https://org-account.snowflakecomputing.com" } ] }