Skip to main content
GET
/
projects
/
{projectName}
/
packages
/
{packageName}
/
models
Error
A valid request URL is required to generate request examples
[
  {
    "resource": "<string>",
    "packageName": "<string>",
    "path": "<string>",
    "error": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

packageName
string
required

Name of the package Standard identifier pattern for resource names

Query Parameters

versionId
string

Version identifier for the package Version identifier pattern supporting dots and dashes

Response

A list of models in the package

resource
string

Resource path to the model

packageName
string

Name of the package containing this model

path
string

Relative path to the model file within its package directory

error
string

Error message if the model failed to compile or load