list-test-runs
Retrieve a list of test runs for a specified project with optional pagination and limit parameters to manage large result sets.
Instructions
List test runs for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID to list test runs for | |
| limit | No | Maximum number of results to return (default: 50) | |
| offset | No | Number of results to skip for pagination (default: 0) |