Retrieves all versions of a specific package, including version identifiers, creation timestamps, and archive status information.
Authorization: Requires read access to the package. Response: Returns array of version objects ordered by creation date.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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_-]+$List of versions retrieved successfully
The unique version identifier, typically following semantic versioning (e.g., 1.2.3)
^[0-9]+\.[0-9]+\.[0-9]+$ISO 8601 timestamp indicating when this version was created
ISO 8601 timestamp indicating when this version was last modified
Current archive status of the version, controlling its availability
archive, unarchive