getNotebook
Agent Runtimes / api/spacer/notebooks / getNotebook
Function: getNotebook()
getNotebook(
token,id,baseUrl?):Promise<GetNotebookResponse>
Defined in: src/api/spacer/notebooks.ts:72
Get a notebook by ID.
Parameters
token
string
Authentication token
id
string
The notebook ID
baseUrl?
string = DEFAULT_SERVICE_URLS.SPACER
Base URL for the API (defaults to production)
Returns
Promise<GetNotebookResponse>
Promise resolving to the notebook response