For the complete documentation index, see llms.txt. This page is also available as Markdown.

get

HTTP Request

GET /notebooks/:notebookReference

Path parameters

Parameter

notebookReference

A qualified reference to the notebook. See referencing resources for more information.

This endpoint extends the general API structure.

Authorization

Overview access to the transform is required. If the transform is not public, your access token must have one of the following scopes:

  • workflow.read

Request body

The request body must be empty.

Response body

Returns a JSON representation of a notebook resource.

Examples

Was this helpful?