get_api_test_runs
Page through an API test's recent run history — each run's outcome (SUCCESS, FAILURE, ERROR, MISSED), timing and any assertion failures. Use this to investigate why an API test is unhealthy. Optionally filter by time window and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of the window, ISO-8601 instant (inclusive) | |
| from | No | Start of the window, ISO-8601 instant e.g. '2026-07-01T00:00:00Z' (inclusive) | |
| page | No | Zero-based page number (default 0) | |
| size | No | Runs per page — default and max 200; values outside 1-200 are clamped | |
| status | No | Filter to one outcome: SUCCESS, FAILURE, ERROR or MISSED | |
| apiTestId | Yes | Id of the API test whose runs to fetch |