Skip to main content
GET
/
projects
/
{projectName}
/
packages
/
{packageName}
/
notebooks
[
  {
    "resource": "<string>",
    "packageName": "<string>",
    "path": "<string>",
    "error": "<string>"
  }
]

Path Parameters

projectName
string
required

Name of the project

packageName
string
required

Name of the package

Query Parameters

versionId
string

Version identifier for the package

Response

A list of models in the package

resource
string

Resource path to the notebook

packageName
string

Name of the package containing this notebook

path
string

Relative path to the notebook file within its package directory

error
string

Error message if the notebook failed to compile or load

I