List package versions
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.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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_-]+$Response
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 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