cURL
curl --request GET \ --url https://backend.revyl.ai/api/v1/apps/{app_id}/test_matrix \ --header 'Authorization: Bearer <token>'
{ "app_id": "<string>", "builds": [ { "build_id": "<string>", "version": "<string>", "uploaded_at": "2023-11-07T05:31:56Z" } ], "tests": [ { "test_id": "<string>", "test_name": "<string>", "cells": [ { "build_id": "<string>", "build_version": "<string>", "total_runs": 0, "passed_runs": 0, "failed_runs": 0, "cancelled_runs": 0, "last_run_at": "2023-11-07T05:31:56Z", "top_failure_reason": "<string>", "failure_details": [ {} ], "test_version_number": 123, "latest_execution_id": "<string>" } ], "flaky_score": 123, "classification": "<string>", "classification_detail": "<string>" } ], "build_count": 0, "test_count": 0, "total_builds": 0, "page": 1, "page_size": 10 }
Return a test × build matrix with pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
2 <= x <= 50
Successful Response
Show child attributes