Returns
Returns a list of TestCase objects for the given test.Example
Parameters
The ID or IDs of the test you want to get the test cases from.
Languages to filter test cases by.
Follow this list to know the supported ones:
The list of variants to filter by.
The list of strategies to filter by.
The list of expected tools to filter by. It will retrieve test cases that contain exactly the same specified tools or more.
Filter by reviewed status.
Filter by user score (0 for unreviewed, 1 for good quality, -1 for bad quality).
Filter test cases created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds. Can be used independently or together with to_created_at.Filter test cases created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds. Can be used independently or together with from_created_at.Sort test cases by creation date. Valid values are “asc” and “desc”.
Number of test cases to skip before starting to collect results. Use for pagination.Default:
0 (start from the beginning)Maximum number of test cases to return in a single request.Default:
1000