Get a notebook

GET {{baseUrl}}/api/v1/notebooks/:notebook_id

Get a notebook using the specified notebook ID.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"id":123456,"type":"notebooks","attributes":{"cells":[{"id":"abcd1234","type":"notebook_cells","attributes":{"definition":{"type":"markdown","text":"# Example Header \nexample content"}}},{"id":"abcd1234","type":"notebook_cells","attributes":{"definition":{"type":"markdown","text":"# Example Header \nexample content"}}}],"time":{"live_span":"1h"},"name":"Example Notebook","author":{"created_at":"1944-02-06T04:58:13.667Z","disabled":false,"email":"tempor exercitation","handle":"est eu aliquip officia","icon":"nostrud n","name":"dolor dolor","status":"anim Ut pariatur","title":"eu","verified":true},"created":"2021-02-24T23:14:15.173964+00:00","metadata":{"is_template":false,"take_snapshots":false,"type":"investigation"},"modified":"2021-02-24T23:15:23.274966+00:00","status":"published"}}}