Skip to main content
GET
/
organizations
/
{organizationName}
/
projects
/
{projectName}
/
packages
/
{packageName}
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "latestVersion": "<string>",
  "description": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "replicationCount": 1,
  "resourceIdentifier": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
projectName
string
required

The unique identifier of the project Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
packageName
string
required

The unique identifier of the package Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

checkAdmin
boolean
default:false

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

name
string

The unique name of the package within its project

Pattern: ^[a-zA-Z0-9_-]+$
latestVersion
string

The version identifier of the most recent published version

Pattern: ^[0-9]+\.[0-9]+\.[0-9]+$
description
string

Human-readable description of the package's purpose and contents

createdAt
string<date-time>

ISO 8601 timestamp indicating when the package was first created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the package was last modified

replicationCount
integer
default:1

Number of replicas for high availability and performance

Required range: 1 <= x <= 10
resourceIdentifier
string

Unique resource identifier for the package, used for API references and permissions

Pattern: ^[a-zA-Z0-9_-]+$