March 6th, 2025

Improved

Test Results API Endpoint

We’ve released a new REST API endpoint for retrieving Test Results.

GET v1/test-results/:signature

Using this endpoint you can get… the test results 🤠, filtered by tags, branches or test status, including details like:

  • individual attempts details

  • duration and timings

  • error details

  • flakiness indicator

  • metadata like git information, project etc.

Check out the documentation for details.