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

versionId
string
required

The unique identifier of the version Version identifier pattern supporting dots and dashes

Response

Version details retrieved successfully

Represents a specific version of a package with metadata and lifecycle information

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