Skip to main content
GET
/
organizations
/
{organizationName}
/
projects
/
{projectName}
/
packages
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

projectName
string
required

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

Response

List of packages retrieved successfully

name
string

The unique name of the package within its project

latestVersion
string

The version identifier of the most recent published version

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