{ "summary": "GET /notebooks/{notebook}/runs 200 - Response body", "description": "Get run history for a notebook", "value": "{\n \"runs\": [\n {\n \"endDate\": \"2025-09-23T07:43:34.567Z\",\n \"goalStatistics\": [],\n \"message\": \"

Notebook execution finished. Preview, JSON, log

\",\n \"runCount\": 2,\n \"runId\": \"20250923074329_f72deceb-c261-48ee-a355-56de0d37be92\",\n \"startDate\": \"2025-09-23T07:43:29.564Z\",\n \"state\": \"FINISHED\"\n },\n {\n \"endDate\": \"2025-09-23T07:43:07.609Z\",\n \"goalStatistics\": [],\n \"message\": \"

Notebook execution finished. Preview, JSON, log

\",\n \"runCount\": 1,\n \"runId\": \"20250923074258_f72deceb-c261-48ee-a355-56de0d37be92\",\n \"startDate\": \"2025-09-23T07:42:58.446Z\",\n \"state\": \"FINISHED\"\n }\n ],\n \"itemsPerPage\": 10,\n \"startIndex\": 0,\n \"totalPages\": 1,\n \"totalResults\": 2\n}" }