Returns

Returns a list of Evaluation objects for the given product.

Example

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

Parameters

product_id
string
required

The ID of the product for which you want to list evaluations.

offset
int

The number of evaluations to skip before starting to collect the result set.

limit
int

The maximum number of evaluations to return.