{ "summary": "GET /notebooks 200 - Response body", "description": "Get all notebooks", "value": "{\n \"itemsPerPage\": 10,\n \"notebooks\": [\n {\n \"creationDate\": \"2025-09-23T07:39:27.040Z\",\n \"creator\": {\n \"fullName\": \"ondemand@blueconic.com\",\n \"userName\": \"ondemand@blueconic.com\"\n },\n \"description\": \"\",\n \"id\": \"f72deceb-c261-48ee-a355-56de0d37be92\",\n \"lastModifiedDate\": \"2025-09-24T07:23:55.044Z\",\n \"lastModifiedUser\": {\n \"fullName\": \"ondemand@blueconic.com\",\n \"userName\": \"ondemand@blueconic.com\"\n },\n \"lastRun\": {\n \"endDate\": \"2025-09-23T07:43:34.567Z\",\n \"goalStatistics\": [],\n \"message\": \"
\",\n \"runCount\": 2,\n \"runId\": \"20250923074329_f72deceb-c261-48ee-a355-56de0d37be92\",\n \"startDate\": \"2025-09-23T07:43:29.564Z\",\n \"state\": \"FINISHED\"\n },\n \"name\": \"notebook1\",\n \"pluginId\": \"notebook_blank\",\n \"isEnabled\": false,\n \"tags\": []\n },\n {\n \"creationDate\": \"2025-09-24T07:24:00.877Z\",\n \"creator\": {\n \"fullName\": \"ondemand@blueconic.com\",\n \"userName\": \"ondemand@blueconic.com\"\n },\n \"description\": \"\",\n \"id\": \"072bc703-1958-423c-9def-10864ab08e73\",\n \"lastModifiedDate\": \"2025-09-24T07:24:00.877Z\",\n \"lastModifiedUser\": {\n \"fullName\": \"ondemand@blueconic.com\",\n \"userName\": \"ondemand@blueconic.com\"\n },\n \"name\": \"notebook2\",\n \"pluginId\": \"notebook_blank\",\n \"isEnabled\": true,\n \"tags\": []\n }\n ],\n \"startIndex\": 0,\n \"totalPages\": 1,\n \"totalResults\": 2\n}" }