list_tests
Retrieve test executions with filters for name, status, date range, limit, and offset.
Instructions
List test executions with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by test name | |
| status | No | Filter by test status | |
| from | No | Unix timestamp start | |
| to | No | Unix timestamp end | |
| limit | No | Max results to return | |
| offset | No | Number of results to skip |