Skip to main content

Returns

Returns a list of Version objects for the given product.

Example

versions = galtea.versions.list(product_id="YOUR_PRODUCT_ID")

Parameters

product_id
string | list[string]
required
The ID or IDs of the product(s) for which you want to list versions.
sort_by_created_at
string
Sort versions by creation date. Valid values are “asc” and “desc”.
offset
int
default:"0"
Number of versions to skip before starting to collect results. Use for pagination.Default: 0 (start from the beginning)
limit
int
default:"1000"
Maximum number of versions to return in a single request.Default: 1000