list_tests
List test executions from Clockwork with optional filters. Filter by status, name, or time range to locate specific test runs.
Instructions
List test executions with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp end | |
| from | No | Unix timestamp start | |
| name | No | Filter by test name | |
| limit | No | Max results to return | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| offset | No | Number of results to skip | |
| status | No | Filter by test status | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username |