Skip to main content
GET
/
organizations
/
{organizationName}
/
projects
/
{projectName}
/
packages
/
{packageName}
/
versions
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "archiveStatus": "archive"
  }
]

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

packageName
string
required

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

Response

List of versions retrieved successfully

id
string

The unique version identifier, typically following semantic versioning (e.g., 1.2.3)

createdAt
string<date-time>

ISO 8601 timestamp indicating when this version was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when this version was last modified

archiveStatus
enum<string>

Current archive status of the version, controlling its availability

Available options:
archive,
unarchive