Test Results
Query historical test execution results.
Test results provide detailed information about individual test executions across multiple runs. You can filter by date range, branch, tags, git author, and test status.
Get historical test execution results for a specific test signature
API key authentication using Bearer token
The test signature
abc123def456Start date in ISO 8601 format
2024-01-01T00:00:00.000ZEnd date in ISO 8601 format
2024-01-31T23:59:59.999ZMaximum number of items to return (default: 10)
10Cursor for pagination. Returns items after this cursor value.
Cursor for pagination. Returns items before this cursor value.
Filter by git branch (can be specified multiple times)
Filter by run tags (can be specified multiple times)
Filter by git author (can be specified multiple times)
Filter by run group (can be specified multiple times)
Successful response
Invalid request parameters
Authentication failed
Resource not found
Last updated
Was this helpful?