run
Overview
This endpoint is used for programmatically running a notebook within a workflow.
HTTP Request
POST /api/v1/notebooks/:notebookReference/run
Path parameters
Parameter
notebookReference
A qualified reference to the notebook. See referencing resources for more information.
Request body
The request body for this endpoint should be empty
Authorization
Edit access to the dataset is required. Your access token must have the following scope:
workflow.write
Learn more about authorization.
Response body
Returns the JSON-encoded "get" representation of a notebook resource.
Last updated
Was this helpful?