Notebooks-2
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
GET |
Retrieve notebooks kernel status
The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.
Path parameters
- short_idstring
Example request
GET /api /projects /:project_id /notebooks /:short_id /kernel /statusExample response
Status 200 No response body
Create notebooks kernel stop
The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.
Path parameters
- short_idstring
Request parameters
- titlestringnull
- content
- text_contentstringnull
- versioninteger
- deletedboolean
- _create_in_folderstring
Example request
POST /api /projects /:project_id /notebooks /:short_id /kernel /stopExample response
Status 200 No response body
Retrieve notebooks all activity
The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.
Example request
GET /api /projects /:project_id /notebooks /activityExample response
Status 200 No response body
Retrieve notebooks recording comments
The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.
Example request
GET /api /projects /:project_id /notebooks /recording_comments