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
The number of versions to skip before starting to collect the result set.
limit
int
The maximum number of versions to return.
I