Skip to main content

Returns

Returns a list of Test objects for the given product.

Example

tests = galtea.tests.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 tests.
sort_by_created_at
string
Sort tests by creation date. Valid values are “asc” and “desc”.
offset
int
The number of tests to skip before starting to collect the result set.
limit
int
The maximum number of tests to return.
I