Data APIPackages
Get package details and metadata
Retrieves detailed information about a specific package, including its models, notebooks, databases, and metadata. The reload parameter can be used to refresh the package state from disk before returning the information. The versionId parameter allows access to specific package versions.
GET
/environments/{environmentName}/packages/{packageName}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$packageName*string
Package name
Query Parameters
versionId?string
Version identifier for the package
Match
^[a-zA-Z0-9_.-]+$reload?boolean
Load / reload the package before returning result
Response Body
application/json
application/json
application/json
application/json
application/json
application/json