Get package details
Retrieves detailed information about a specific package including metadata, version information, and configuration details.
Authorization: Requires read access to the package.
Parameters: The checkAdmin parameter can be used to verify admin privileges.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the package Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Query Parameters
Whether to verify admin privileges for the resource
Response
Package details retrieved successfully
Represents a Malloy data model package containing models, queries, and related resources
The unique name of the package within its project
^[a-zA-Z0-9_-]+$The version identifier of the most recent published version
^[0-9]+\.[0-9]+\.[0-9]+$Human-readable description of the package's purpose and contents
ISO 8601 timestamp indicating when the package was first created
ISO 8601 timestamp indicating when the package was last modified
Number of replicas for high availability and performance
1 <= x <= 10Unique resource identifier for the package, used for API references and permissions
^[a-zA-Z0-9_/.:-]+$Status of the indexing process. Possible values: unknown (initial state, indexing not yet started), indexing (currently being processed), indexed (successfully indexed and ready for use), failed (indexing process encountered an error)
unknown, indexing, indexed, failed