Get Test Execution Data with AI Insights
tm.get_testExecutionDataRetrieve paginated test execution records enriched with AI insights like smart tags, flakiness rate, and RCA summary. Filter by job, task, test, or build IDs.
Instructions
Retrieves paginated test execution records enriched with AI insights: smart tags (always failing / new failure / flaky / performance anomaly), flakiness rate, a condensed RCA (category + summary - use tm.get_testExecutionRCA for the full detail), failure category, environment (browser/OS/device/resolution), test timing, and build/job/task/stage IDs. Filters: any combination of job_ids, task_ids, stage_ids, test_ids, build_ids (the TOTAL ID count across all five combined is capped at 100, unlike the RCA endpoints which cap each array separately). Defaults to the last 7 days if from_timestamp/to_timestamp are both omitted - THIS STILL APPLIES even when filtering by a specific test_id, so a real, valid test_id from more than 7 days ago returns an empty result unless the date range is widened explicitly (both timestamps must be RFC3339 UTC, supplied together - one alone is rejected - and span at most 31 days per call). Supports cursor-based pagination (cursor/limit, max 500) and sorting (sort_by: create_timestamp/duration/status, sort_order: asc/desc). Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| job_ids | No | ||
| sort_by | No | ||
| task_ids | No | ||
| test_ids | No | ||
| build_ids | No | ||
| stage_ids | No | ||
| sort_order | No | ||
| to_timestamp | No | ||
| from_timestamp | No |