{ "info": { "_postman_id": "a1179029-a1fa-4a2d-81eb-124b571d45f3", "name": "OpenAPI Specification Agents - Conversation Notebook API", "description": "AI API to chat with Celonis Agents and run their tools.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "lastUpdatedBy": "35240", "uid": "35240-a1179029-a1fa-4a2d-81eb-124b571d45f3" }, "item": [ { "name": "api", "item": [ { "name": "notebooks", "item": [ { "name": "{id}", "item": [ { "name": "upgrade", "item": [ { "name": "Upgrade app to the latest version", "id": "722a9bc9-8af2-4344-bfac-e1e2aca28ab9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "upgrade" ], "variable": [ { "id": "945c87f6-69cc-43ed-a26f-bc91604cc514", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "fe1a2242-a866-4efc-a347-42c980d9d7b3", "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "upgrade" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-fe1a2242-a866-4efc-a347-42c980d9d7b3" }, { "id": "d15b6ed7-37e4-4048-ab35-cc246454eacb", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "upgrade" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-d15b6ed7-37e4-4048-ab35-cc246454eacb" }, { "id": "ab510447-e346-46bb-a3e1-e00738ff82bd", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "upgrade" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-ab510447-e346-46bb-a3e1-e00738ff82bd" }, { "id": "596d7872-9b78-407c-8095-132572a5471d", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "upgrade" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-596d7872-9b78-407c-8095-132572a5471d" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-722a9bc9-8af2-4344-bfac-e1e2aca28ab9" } ], "id": "dd32b711-acc2-45e5-8ba2-51e81647822c", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-dd32b711-acc2-45e5-8ba2-51e81647822c" }, { "name": "probe", "item": [ { "name": "Check if an app is running", "id": "6464670c-9e1f-4937-8c98-b50f03055ad0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/probe", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "probe" ], "variable": [ { "id": "617f8c06-9eda-4f02-97c7-159d4c14efb6", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "343403e6-38cb-4b92-9afd-692340ba94c1", "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/probe", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "probe" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-343403e6-38cb-4b92-9afd-692340ba94c1" }, { "id": "ec864e40-fe88-464e-b0f8-29e92ca03dea", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/probe", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "probe" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-ec864e40-fe88-464e-b0f8-29e92ca03dea" }, { "id": "a64a9a7e-8242-43d8-a9e2-e38b35aa60f3", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/probe", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "probe" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-a64a9a7e-8242-43d8-a9e2-e38b35aa60f3" }, { "id": "253ae7ab-3c09-4e4c-a59e-9d7f1eca0d96", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/probe", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "probe" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-253ae7ab-3c09-4e4c-a59e-9d7f1eca0d96" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-6464670c-9e1f-4937-8c98-b50f03055ad0" } ], "id": "add4d1f9-abed-479b-848a-bd5a034a235a", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-add4d1f9-abed-479b-848a-bd5a034a235a" }, { "name": "move", "item": [ { "name": "Move an app from one workspace to another", "id": "09070c89-62ec-4ea1-b819-6910b69da757", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/move?workspaceId=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "move" ], "query": [ { "description": "(Required) ", "key": "workspaceId", "value": "" } ], "variable": [ { "id": "f03b7a9c-0ab3-4d32-b2bc-70a786655084", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "22dc1f4a-b2ca-4710-91b3-172cb8e97216", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/move?workspaceId=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "move" ], "query": [ { "description": "(Required) ", "key": "workspaceId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-22dc1f4a-b2ca-4710-91b3-172cb8e97216" }, { "id": "0ed43416-4d78-450d-833e-7ecdde74adaa", "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/move?workspaceId=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "move" ], "query": [ { "description": "(Required) ", "key": "workspaceId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-0ed43416-4d78-450d-833e-7ecdde74adaa" }, { "id": "937f33c1-8edd-4014-83dd-d77057d98fc1", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/move?workspaceId=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "move" ], "query": [ { "description": "(Required) ", "key": "workspaceId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-937f33c1-8edd-4014-83dd-d77057d98fc1" }, { "id": "adcc927e-ba79-4f60-b22d-7d06f2fedd65", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/move?workspaceId=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "move" ], "query": [ { "description": "(Required) ", "key": "workspaceId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-adcc927e-ba79-4f60-b22d-7d06f2fedd65" }, { "id": "e35f96f5-cd82-4fe3-9113-6e9894e5ebbe", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/move?workspaceId=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "move" ], "query": [ { "description": "(Required) ", "key": "workspaceId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-e35f96f5-cd82-4fe3-9113-6e9894e5ebbe" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-09070c89-62ec-4ea1-b819-6910b69da757" } ], "id": "dde61d62-88f6-46b3-915a-54c993335cc1", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-dde61d62-88f6-46b3-915a-54c993335cc1" }, { "name": "app-key", "item": [ { "name": "Get the application key of the app", "id": "309d8e28-d011-4d17-8a15-15ce910e5ad5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "variable": [ { "id": "3c05495b-20bd-414c-9437-323856271b98", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8993bc9a-eb59-4f6c-80a5-7e27e24016f1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"key\": \"\",\n \"createdAt\": \"\",\n \"lastUsedAt\": \"\",\n \"originalId\": \"\",\n \"teamRole\": \"\",\n \"internal\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8993bc9a-eb59-4f6c-80a5-7e27e24016f1" }, { "id": "2c02cd68-e92e-4bb9-be6c-38a2fb294773", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2c02cd68-e92e-4bb9-be6c-38a2fb294773" }, { "id": "aac32112-0929-4a6d-aa07-359e370e0577", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-aac32112-0929-4a6d-aa07-359e370e0577" }, { "id": "8ebffa07-1d54-4377-a484-b694c148d8af", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8ebffa07-1d54-4377-a484-b694c148d8af" }, { "id": "43ed5136-a6f3-45a2-b0e9-9a67b6ec4141", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-43ed5136-a6f3-45a2-b0e9-9a67b6ec4141" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-309d8e28-d011-4d17-8a15-15ce910e5ad5" }, { "name": "Set an application key to the app", "id": "4435acea-acc7-48da-a838-bf3d725091a6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key?appKey=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "query": [ { "description": "(Required) ", "key": "appKey", "value": "" } ], "variable": [ { "id": "e9788b0f-5d3f-47b4-9005-f27e2cd8c4ea", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d3c52bde-3240-4a4c-a056-f83c996af117", "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key?appKey=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "query": [ { "description": "(Required) ", "key": "appKey", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-d3c52bde-3240-4a4c-a056-f83c996af117" }, { "id": "3b6d162c-4b0b-4c97-9f02-8cf90afdce38", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key?appKey=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "query": [ { "description": "(Required) ", "key": "appKey", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-3b6d162c-4b0b-4c97-9f02-8cf90afdce38" }, { "id": "8e2f6deb-61fd-4f3d-ab48-3288743b65c1", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key?appKey=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "query": [ { "description": "(Required) ", "key": "appKey", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8e2f6deb-61fd-4f3d-ab48-3288743b65c1" }, { "id": "9dc56409-dee5-48c2-8184-4a6983d4a0d3", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/app-key?appKey=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "app-key" ], "query": [ { "description": "(Required) ", "key": "appKey", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-9dc56409-dee5-48c2-8184-4a6983d4a0d3" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4435acea-acc7-48da-a838-bf3d725091a6" } ], "id": "79cac288-a52e-4be3-a54a-a414ff03e1fd", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-79cac288-a52e-4be3-a54a-a414ff03e1fd" }, { "name": "stop", "item": [ { "name": "Stop an app", "id": "74c1f20b-3f1e-43cb-8973-7bc164f0e233", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "stop" ], "variable": [ { "id": "69f2c133-c974-4628-afcd-b1ed5a76010f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4996df26-544e-4d69-8c41-fb1563ba781b", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4996df26-544e-4d69-8c41-fb1563ba781b" }, { "id": "b1b538b0-2e77-46ac-b2fd-98b70db0c7b5", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-b1b538b0-2e77-46ac-b2fd-98b70db0c7b5" }, { "id": "e87881f0-e334-4fc8-8919-ea8676e68c9a", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-e87881f0-e334-4fc8-8919-ea8676e68c9a" }, { "id": "fd3ced4c-423d-448d-9c56-024deb07d6de", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-fd3ced4c-423d-448d-9c56-024deb07d6de" }, { "id": "0b525ba1-38fe-47f9-8e0a-b2a859599b60", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/stop", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "stop" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-0b525ba1-38fe-47f9-8e0a-b2a859599b60" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-74c1f20b-3f1e-43cb-8973-7bc164f0e233" } ], "id": "89d645ef-ed5e-40d0-8c48-325f3d15434e", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-89d645ef-ed5e-40d0-8c48-325f3d15434e" }, { "name": "start", "item": [ { "name": "Start an app", "id": "7b607c0f-d891-4132-a794-f0b714096af8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/start", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "start" ], "variable": [ { "id": "990ec778-1931-4829-98f3-8fd9ef36a25d", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "746af8fe-fb92-4f6a-9956-81474b9b5cdd", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/start", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "start" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-746af8fe-fb92-4f6a-9956-81474b9b5cdd" }, { "id": "a0ff23f2-d24f-4bbc-991f-5f79386ed551", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/start", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "start" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-a0ff23f2-d24f-4bbc-991f-5f79386ed551" }, { "id": "fe2707ff-0a62-47dd-b3f1-33ab9dc5ba05", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/start", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "start" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-fe2707ff-0a62-47dd-b3f1-33ab9dc5ba05" }, { "id": "3ab7f67e-6bc8-4a01-b706-e0f58c6bbdf1", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/start", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "start" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-3ab7f67e-6bc8-4a01-b706-e0f58c6bbdf1" }, { "id": "5d271aee-ddb9-45e3-8b91-280769d1b025", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/start", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "start" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-5d271aee-ddb9-45e3-8b91-280769d1b025" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-7b607c0f-d891-4132-a794-f0b714096af8" } ], "id": "934410b7-9625-471c-8717-91ff8a9c9acb", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-934410b7-9625-471c-8717-91ff8a9c9acb" }, { "name": "open", "item": [ { "name": "Open an app", "id": "2d98cf85-c823-4f41-83f3-c402b799b1ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "open" ], "variable": [ { "id": "78d3c985-37f1-4261-9fa5-fd6ceaa7bf3f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "1b604e96-546e-46f5-90bf-de2941dfc8b0", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "open" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-1b604e96-546e-46f5-90bf-de2941dfc8b0" }, { "id": "f0d51a8e-cec1-4aed-953c-fb88bdc5d608", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "open" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-f0d51a8e-cec1-4aed-953c-fb88bdc5d608" }, { "id": "385e58f7-d3b6-4c19-abee-85800b7e557e", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "open" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-385e58f7-d3b6-4c19-abee-85800b7e557e" }, { "id": "bd36db7a-1e36-48c4-9be0-551cabd8984e", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "open" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-bd36db7a-1e36-48c4-9be0-551cabd8984e" }, { "id": "bf8e5c59-0933-427e-87d1-530a8ad5d4fe", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/open", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "open" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-bf8e5c59-0933-427e-87d1-530a8ad5d4fe" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2d98cf85-c823-4f41-83f3-c402b799b1ef" } ], "id": "4c32a739-4c5c-4100-9b64-f5143e150440", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4c32a739-4c5c-4100-9b64-f5143e150440" }, { "name": "versions", "item": [ { "name": "latest", "item": [ { "name": "Get a list of all versions newer than the Notebook id version provided in the parameter", "id": "17ce7d0e-5046-48d5-b384-f579e3ec517f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/versions/latest", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "versions", "latest" ], "variable": [ { "id": "64894ce7-0fa2-4fb1-a9f0-2210ee8e52aa", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "bf167f45-7686-435c-a79d-783b01ad15bd", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/versions/latest", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "versions", "latest" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"versionCode\": \"\",\n \"createdDate\": \"\",\n \"imageId\": \"\",\n \"imageKey\": \"\",\n \"latest\": \"\",\n \"warning\": \"\",\n \"warningCode\": \"\",\n \"releaseNotes\": \"\"\n },\n {\n \"id\": \"\",\n \"versionCode\": \"\",\n \"createdDate\": \"\",\n \"imageId\": \"\",\n \"imageKey\": \"\",\n \"latest\": \"\",\n \"warning\": \"\",\n \"warningCode\": \"\",\n \"releaseNotes\": \"\"\n }\n]", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-bf167f45-7686-435c-a79d-783b01ad15bd" }, { "id": "d57a718f-908f-47cb-97d6-3dd08e757574", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/versions/latest", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "versions", "latest" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-d57a718f-908f-47cb-97d6-3dd08e757574" }, { "id": "5cb96005-1fb1-49d2-b5ce-f4f29516c68c", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/versions/latest", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "versions", "latest" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-5cb96005-1fb1-49d2-b5ce-f4f29516c68c" }, { "id": "99173d51-90f0-48f0-bb62-1e7489d16f94", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/versions/latest", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "versions", "latest" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-99173d51-90f0-48f0-bb62-1e7489d16f94" }, { "id": "ef3d8202-4ee6-4088-83da-fbdc06064bff", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/versions/latest", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "versions", "latest" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-ef3d8202-4ee6-4088-83da-fbdc06064bff" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-17ce7d0e-5046-48d5-b384-f579e3ec517f" } ], "id": "618119dc-576d-45e2-87ef-d5c36bb28a4c", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-618119dc-576d-45e2-87ef-d5c36bb28a4c" } ], "id": "aa3ee074-597f-4012-a8ba-56333787ad22", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-aa3ee074-597f-4012-a8ba-56333787ad22" }, { "name": "llm", "item": [ { "name": "access-info", "item": [ { "name": "Get app's access information for LLM use case", "id": "f71cd30a-6b34-4d2a-b283-9313dbd4b4c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/llm/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "llm", "access-info" ], "variable": [ { "id": "fe436cd5-4332-4cfd-99f5-510845205f5f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4e376eec-3097-4f09-b243-df6104c23550", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/llm/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "llm", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"token\": \"\",\n \"machineId\": \"\",\n \"puppetId\": \"\",\n \"publicAddress\": \"\",\n \"instanceType\": \"\",\n \"volumeDriver\": \"\",\n \"memoryLimit\": \"\",\n \"cpuCoresLimit\": \"\",\n \"diskUsageLimit\": \"\",\n \"gpuCoresLimit\": \"\",\n \"appKey\": \"\",\n \"imageUrl\": \"\",\n \"imageType\": \"\",\n \"execCommands\": [\n \"\",\n \"\"\n ],\n \"notebookMode\": \"\",\n \"routeToBedrock\": \"\",\n \"kubernetes\": \"\",\n \"withPlan\": \"\",\n \"migration\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4e376eec-3097-4f09-b243-df6104c23550" }, { "id": "6d070341-3df6-4376-8af1-396aa60fce55", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/llm/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "llm", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-6d070341-3df6-4376-8af1-396aa60fce55" }, { "id": "9cc974a4-5fec-4d08-9030-fb74561f317f", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/llm/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "llm", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-9cc974a4-5fec-4d08-9030-fb74561f317f" }, { "id": "e770e907-df76-4c22-9d56-b59ef92d1eac", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/llm/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "llm", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-e770e907-df76-4c22-9d56-b59ef92d1eac" }, { "id": "60cfb47b-f3e0-4a67-b0a5-0b9e44915bcc", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/llm/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "llm", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-60cfb47b-f3e0-4a67-b0a5-0b9e44915bcc" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-f71cd30a-6b34-4d2a-b283-9313dbd4b4c9" } ], "id": "9e1455ce-7eaf-4f77-bd80-b327b52b2604", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-9e1455ce-7eaf-4f77-bd80-b327b52b2604" } ], "id": "f54eb8cd-d8fe-4487-ac88-ddf75ab00bdf", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-f54eb8cd-d8fe-4487-ac88-ddf75ab00bdf" }, { "name": "content", "item": [ { "name": "Get a list of all the files inside the app", "id": "8b19161a-3b2d-4c2c-9bef-3e355155951d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/content?path=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "content" ], "query": [ { "key": "path", "value": "" } ], "variable": [ { "id": "b0e4083a-ccd1-4815-a9c4-99fa863737b3", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a5f89c1f-76b6-45d1-97da-29e547a13d80", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/content?path=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "content" ], "query": [ { "key": "path", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"path\": \"\",\n \"type\": \"\",\n \"content\": {},\n \"directory\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"notebook\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-a5f89c1f-76b6-45d1-97da-29e547a13d80" }, { "id": "4132b1ee-192a-4eb7-a7b2-4d6953a229c7", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/content?path=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "content" ], "query": [ { "key": "path", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4132b1ee-192a-4eb7-a7b2-4d6953a229c7" }, { "id": "1deee3c7-9420-4a4f-9dbf-2a449f111f67", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/content?path=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "content" ], "query": [ { "key": "path", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-1deee3c7-9420-4a4f-9dbf-2a449f111f67" }, { "id": "bb8bcee1-9f34-474a-9752-9ed4ce009887", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/content?path=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "content" ], "query": [ { "key": "path", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-bb8bcee1-9f34-474a-9752-9ed4ce009887" }, { "id": "380e897b-6239-4f8d-8b3a-7f7e81f0a455", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/content?path=", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "content" ], "query": [ { "key": "path", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-380e897b-6239-4f8d-8b3a-7f7e81f0a455" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8b19161a-3b2d-4c2c-9bef-3e355155951d" } ], "id": "79670ad8-caf4-43d1-882b-7430a39c682f", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-79670ad8-caf4-43d1-882b-7430a39c682f" }, { "name": "access-info", "item": [ { "name": "Get access information for the app", "id": "e1af4fec-8eaa-4a70-9fed-ed204c59316b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "access-info" ], "variable": [ { "id": "fcd40bdd-388c-4f1f-81c0-5891dc70702a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "23e7ca09-3b1e-43be-9858-90af63ba47ae", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"token\": \"\",\n \"machineId\": \"\",\n \"puppetId\": \"\",\n \"publicAddress\": \"\",\n \"instanceType\": \"\",\n \"volumeDriver\": \"\",\n \"memoryLimit\": \"\",\n \"cpuCoresLimit\": \"\",\n \"diskUsageLimit\": \"\",\n \"gpuCoresLimit\": \"\",\n \"appKey\": \"\",\n \"imageUrl\": \"\",\n \"imageType\": \"\",\n \"execCommands\": [\n \"\",\n \"\"\n ],\n \"notebookMode\": \"\",\n \"routeToBedrock\": \"\",\n \"kubernetes\": \"\",\n \"withPlan\": \"\",\n \"migration\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-23e7ca09-3b1e-43be-9858-90af63ba47ae" }, { "id": "dd61e833-98d6-4ac8-95c1-b5e2fd7c881e", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-dd61e833-98d6-4ac8-95c1-b5e2fd7c881e" }, { "id": "6df5ff75-1eb7-4a7b-8120-c246cb201de3", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-6df5ff75-1eb7-4a7b-8120-c246cb201de3" }, { "id": "4fd4f14f-7951-4ad6-8002-47643d9e22a2", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4fd4f14f-7951-4ad6-8002-47643d9e22a2" }, { "id": "7ff03cd7-5124-4d4f-9244-bec7c1f97891", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id/access-info", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id", "access-info" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-7ff03cd7-5124-4d4f-9244-bec7c1f97891" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-e1af4fec-8eaa-4a70-9fed-ed204c59316b" } ], "id": "2eaf9065-355a-487b-9816-05cf1198c5f8", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2eaf9065-355a-487b-9816-05cf1198c5f8" }, { "name": "Get an app", "id": "a7872ae2-450c-4c01-b23f-946f3c26c61e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "id": "8da665fd-da38-4479-9d85-f05a9b1610c8", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "259105d7-fb6e-4760-a2e1-bd086f3e6e2d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-259105d7-fb6e-4760-a2e1-bd086f3e6e2d" }, { "id": "1cf6c77f-5d06-403c-8ee9-67c4230062da", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-1cf6c77f-5d06-403c-8ee9-67c4230062da" }, { "id": "87ce54e1-f34f-4b93-b579-89b461ef82da", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-87ce54e1-f34f-4b93-b579-89b461ef82da" }, { "id": "c92b2ec1-e9b2-410d-97d9-b04dc3e5ccf8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-c92b2ec1-e9b2-410d-97d9-b04dc3e5ccf8" }, { "id": "d77443d1-37a8-40d1-ac43-2c3b6fc4326e", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-d77443d1-37a8-40d1-ac43-2c3b6fc4326e" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-a7872ae2-450c-4c01-b23f-946f3c26c61e" }, { "name": "Update an app", "id": "6147eaf3-80f9-41e2-9fc9-64b6ba67bc1e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "id": "b70a072c-5032-4ae6-a012-59ba49543812", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f3101c50-a68c-4429-8775-33dfe8b02710", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-f3101c50-a68c-4429-8775-33dfe8b02710" }, { "id": "460bfae2-a323-4ae9-80ce-4eef340b3c6b", "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-460bfae2-a323-4ae9-80ce-4eef340b3c6b" }, { "id": "ea585387-9ee5-4728-8b8c-33f4c9f171b4", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-ea585387-9ee5-4728-8b8c-33f4c9f171b4" }, { "id": "054c5106-933c-4753-9c9b-1f4409ad8e57", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-054c5106-933c-4753-9c9b-1f4409ad8e57" }, { "id": "81e3caf0-5d58-4359-8d97-540f8aac411f", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-81e3caf0-5d58-4359-8d97-540f8aac411f" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-6147eaf3-80f9-41e2-9fc9-64b6ba67bc1e" }, { "name": "Delete an app", "id": "79f39695-4e0e-4c5d-b5b9-be03501d530e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "id": "9e339ea0-d74c-4ed2-ad72-39780d75ef05", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "045f70a9-dbae-41d4-80b6-d05ac13fc42d", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-045f70a9-dbae-41d4-80b6-d05ac13fc42d" }, { "id": "ba34e4a5-03ef-498b-9eff-599df0e447b2", "name": "Bad Request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-ba34e4a5-03ef-498b-9eff-599df0e447b2" }, { "id": "bde37aca-c341-47e1-848f-5b06a104f597", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-bde37aca-c341-47e1-848f-5b06a104f597" }, { "id": "2f04cf08-4c1f-4b4b-8af2-6082f41b96b1", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2f04cf08-4c1f-4b4b-8af2-6082f41b96b1" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-79f39695-4e0e-4c5d-b5b9-be03501d530e" } ], "id": "55ba0b9b-20b8-49e8-97d3-3123f49bc6cb", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-55ba0b9b-20b8-49e8-97d3-3123f49bc6cb" }, { "name": "versions", "item": [ { "name": "Get a list of all the versions of the app", "id": "704d1672-ddc8-4ab4-803f-c3de4be15fab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/versions", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "versions" ] } }, "response": [ { "id": "bdc537a9-0030-4458-98d1-021b582dc52e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/versions", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "versions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"versionCode\": \"\",\n \"createdDate\": \"\",\n \"imageId\": \"\",\n \"imageKey\": \"\",\n \"latest\": \"\",\n \"warning\": \"\",\n \"warningCode\": \"\",\n \"releaseNotes\": \"\"\n },\n {\n \"id\": \"\",\n \"versionCode\": \"\",\n \"createdDate\": \"\",\n \"imageId\": \"\",\n \"imageKey\": \"\",\n \"latest\": \"\",\n \"warning\": \"\",\n \"warningCode\": \"\",\n \"releaseNotes\": \"\"\n }\n]", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-bdc537a9-0030-4458-98d1-021b582dc52e" }, { "id": "2aa6be86-5dc0-4878-b8b1-34f28c3676a5", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/versions", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "versions" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2aa6be86-5dc0-4878-b8b1-34f28c3676a5" }, { "id": "8ce9aa7e-686d-41af-a479-2feded0f7572", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/versions", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "versions" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8ce9aa7e-686d-41af-a479-2feded0f7572" }, { "id": "76f6eb19-c32d-4536-9848-97e7233cd10a", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/versions", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "versions" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-76f6eb19-c32d-4536-9848-97e7233cd10a" }, { "id": "3d347d99-1b2b-4af0-a112-58c0c93b07f4", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/versions", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "versions" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-3d347d99-1b2b-4af0-a112-58c0c93b07f4" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-704d1672-ddc8-4ab4-803f-c3de4be15fab" } ], "id": "6d95f0af-3415-4b4d-95fc-1ea2600ed563", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-6d95f0af-3415-4b4d-95fc-1ea2600ed563" }, { "name": "node", "item": [ { "name": "Check if team has dedicated service", "id": "2556b900-fd58-4fd4-94e9-43c04536e84f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/node", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "node" ] } }, "response": [ { "id": "8ac1289b-a88c-4553-bfdb-ca0d4f1ef734", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/node", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "node" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8ac1289b-a88c-4553-bfdb-ca0d4f1ef734" }, { "id": "26281333-0b98-4532-b755-8f90457b2216", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/node", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "node" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-26281333-0b98-4532-b755-8f90457b2216" }, { "id": "2d24f542-0db3-4f84-903a-130cdd451b25", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/node", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "node" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2d24f542-0db3-4f84-903a-130cdd451b25" }, { "id": "f8559cfe-bff9-4b02-85ea-a7d488749dd9", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/node", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "node" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-f8559cfe-bff9-4b02-85ea-a7d488749dd9" }, { "id": "1d9aaf94-666a-4e99-860b-818331747216", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/node", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "node" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-1d9aaf94-666a-4e99-860b-818331747216" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2556b900-fd58-4fd4-94e9-43c04536e84f" } ], "id": "2ca166ba-5519-4d38-825a-07ce45ae5e05", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2ca166ba-5519-4d38-825a-07ce45ae5e05" }, { "name": "machine-learning-images", "item": [ { "name": "List all Machine Learning images", "id": "e0a887b8-0677-424e-ac5b-442fa85c43ee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/machine-learning-images", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "machine-learning-images" ] } }, "response": [ { "id": "8b323746-c26b-429c-991a-022cba267162", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/machine-learning-images", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "machine-learning-images" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"imageKey\": \"\",\n \"imageType\": \"STREAMLIT\",\n \"imageUrl\": \"\",\n \"homePath\": \"\",\n \"visibleInDropdown\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"imageKey\": \"\",\n \"imageType\": \"STREAMLIT\",\n \"imageUrl\": \"\",\n \"homePath\": \"\",\n \"visibleInDropdown\": \"\"\n }\n]", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8b323746-c26b-429c-991a-022cba267162" }, { "id": "2d042130-14b2-4cc6-858b-4b71076b39a7", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/machine-learning-images", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "machine-learning-images" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2d042130-14b2-4cc6-858b-4b71076b39a7" }, { "id": "5ecda657-3d92-47c5-bb3c-86e04c0b5ca1", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/machine-learning-images", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "machine-learning-images" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-5ecda657-3d92-47c5-bb3c-86e04c0b5ca1" }, { "id": "52d92fb2-a9bf-4913-9d82-d44d8686c599", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/machine-learning-images", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "machine-learning-images" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-52d92fb2-a9bf-4913-9d82-d44d8686c599" }, { "id": "4894451f-c21a-4084-a1b4-51bd3a5e4832", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/machine-learning-images", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "machine-learning-images" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-4894451f-c21a-4084-a1b4-51bd3a5e4832" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-e0a887b8-0677-424e-ac5b-442fa85c43ee" } ], "id": "9ff7aa3f-96fd-4a10-9f46-db21c4fe9bd5", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-9ff7aa3f-96fd-4a10-9f46-db21c4fe9bd5" }, { "name": "limit", "item": [ { "name": "reached", "item": [ { "name": "Check if the team has reached the maximum number of notebooks", "id": "3ae3cedd-89de-4dd3-8659-4a40c10fedca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks/limit/reached", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "limit", "reached" ] } }, "response": [ { "id": "63d9eb75-ce62-46c5-885d-d33868b07474", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/limit/reached", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "limit", "reached" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-63d9eb75-ce62-46c5-885d-d33868b07474" }, { "id": "db639ddc-b184-4447-9a96-5e9f3414c729", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/limit/reached", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "limit", "reached" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-db639ddc-b184-4447-9a96-5e9f3414c729" }, { "id": "3c3fba5a-d8a1-4ce6-814c-31487e6c5a7a", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/limit/reached", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "limit", "reached" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-3c3fba5a-d8a1-4ce6-814c-31487e6c5a7a" }, { "id": "b3b0b53b-8576-47a8-bc38-e9ccec69d512", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/limit/reached", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "limit", "reached" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-b3b0b53b-8576-47a8-bc38-e9ccec69d512" }, { "id": "c272c011-5062-40b6-bcdc-30ad9c03b925", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks/limit/reached", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks", "limit", "reached" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-c272c011-5062-40b6-bcdc-30ad9c03b925" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-3ae3cedd-89de-4dd3-8659-4a40c10fedca" } ], "id": "50bbdf0e-591c-4882-8ec5-59af00244408", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-50bbdf0e-591c-4882-8ec5-59af00244408" } ], "id": "018b4d72-7558-4fed-8bf0-85bd7141b517", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-018b4d72-7558-4fed-8bf0-85bd7141b517" }, { "name": "List all notebooks", "id": "a0910c11-e6b7-48a0-b05b-6d5a982a4be7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" } ], "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "response": [ { "id": "e95f9059-97d3-4225-8b40-06d9e695a918", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"MANAGE\",\n \"COPY_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"aliqua_28a\": [\n \"EDIT\",\n \"MOVE_ALL\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"JUPYTER\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n },\n {\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"COPY\",\n \"IMPORT_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"amet_b1\": [\n \"READ_ALL\",\n \"COPY\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"STREAMLIT\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n }\n]", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-e95f9059-97d3-4225-8b40-06d9e695a918" }, { "id": "61df256f-0a97-4a62-bdb9-b3f92fda707b", "name": "No Content", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-61df256f-0a97-4a62-bdb9-b3f92fda707b" }, { "id": "510a1fee-de5b-452d-94c7-14a0f4e920bf", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-510a1fee-de5b-452d-94c7-14a0f4e920bf" }, { "id": "edd441b7-934e-4d50-951f-2a78925a86a8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-edd441b7-934e-4d50-951f-2a78925a86a8" }, { "id": "cca50014-21a1-47ab-a3c6-f77628693120", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-cca50014-21a1-47ab-a3c6-f77628693120" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-a0910c11-e6b7-48a0-b05b-6d5a982a4be7" }, { "name": "Create an app", "id": "15df672b-9bd3-487f-8c66-0f2a12c869d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "response": [ { "id": "cdcf35d5-8acc-4a18-96bc-72c49c6110ff", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-cdcf35d5-8acc-4a18-96bc-72c49c6110ff" }, { "id": "8c63f8b0-182e-4717-8058-5082efa09240", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8c63f8b0-182e-4717-8058-5082efa09240" }, { "id": "acad1845-21a1-463c-8614-2d3344bb1104", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"frontendErrorKey\": \"\",\n \"errorInformation\": {}\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-acad1845-21a1-463c-8614-2d3344bb1104" }, { "id": "aca6c0b5-9008-4c42-a806-dd4794a590c4", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-aca6c0b5-9008-4c42-a806-dd4794a590c4" }, { "id": "257c367b-796d-465d-9031-563a5b96db03", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"agreement\": \"\",\n \"imageId\": \"\",\n \"name\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"resourcePath\": \"\",\n \"actions\": [\n \"EXECUTE_ALL\",\n \"SHARE_ALL\"\n ],\n \"groupedResourceTypeToActions\": {\n \"consequat_6\": [\n \"ANY_ACTION_ON_CHILDREN\",\n \"MANAGE_ALL\"\n ],\n \"Utab\": [\n \"UNRECOGNIZED\",\n \"DELETE\"\n ],\n \"ut_999\": [\n \"ENABLED\",\n \"EXECUTE\"\n ]\n },\n \"id\": \"\",\n \"url\": \"\",\n \"versionId\": \"\",\n \"lastAccessDate\": \"\",\n \"appKey\": \"\",\n \"imageType\": \"VSCODE\",\n \"imageKey\": \"\",\n \"homePath\": \"\",\n \"machineId\": \"\",\n \"workspaceId\": \"\",\n \"stopped\": \"\",\n \"notebookResources\": {\n \"cpu\": \"\",\n \"memory\": \"\",\n \"storage\": \"\",\n \"gpu\": \"\"\n },\n \"productive\": \"\",\n \"logRetentionDays\": \"\",\n \"availableStorageInMb\": \"\",\n \"modelId\": \"\",\n \"llmEnabled\": \"\",\n \"objectId\": \"\",\n \"status\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/notebooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "notebooks" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"reference\": \"\",\n \"message\": \"\",\n \"shortMessage\": \"\"\n}", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-257c367b-796d-465d-9031-563a5b96db03" } ], "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-15df672b-9bd3-487f-8c66-0f2a12c869d6" } ], "id": "8f3f9285-8800-43ca-a87e-cc0b6dfb906d", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-8f3f9285-8800-43ca-a87e-cc0b6dfb906d" } ], "id": "2172f936-c9f2-4751-8ba2-e0c16c8875f9", "createdAt": "2026-07-28T01:18:28.000Z", "updatedAt": "2026-07-28T01:18:28.000Z", "uid": "35240-2172f936-c9f2-4751-8ba2-e0c16c8875f9" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://30f873b4-88d4-49ba-b327-6f651d7b99e6.remockly.com" } ] }