Parameters for the notebooksList operation.

interface NotebooksListParams {
    headers?: OutgoingHttpHeaders;
    include: string;
    notebooks?: string[];
    projectId: string;
}

Properties

headers?: OutgoingHttpHeaders
include: string

Additional info that will be included into the notebook details. Possible values are: - runtime.

notebooks?: string[]

The list of notebooks whose details will be retrieved.

projectId: string

The guid of the project.