Retrieves detailed information about a specific package version including metadata, archive status, and creation details.
Authorization: Requires read access to the package. Response: Returns complete version object with all metadata.
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_-]+$The unique identifier of the version Version identifier pattern supporting dots and dashes
^[a-zA-Z0-9_.-]+$Version details retrieved successfully
Represents a specific version of a package with metadata and lifecycle information
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 status of the package version, controlling its availability
archive, unarchive, error_state Status of the indexing process. Possible values: unknown (initial state, indexing not yet started), indexing (currently being processed), indexed (successfully indexed and ready for use), failed (indexing process encountered an error)
unknown, indexing, indexed, failed