Prerequisites
The record must be finished (is_finished: true). If the test is not yet completed, this endpoint returns HTTP 409.
Endpoint
Headers
Path parameters
string
required
The UUID token of the finished test record.
Response
object
string
Complete HTML document string containing the styled test report. Embed this in an iframe, render it in a WebView, or convert it to PDF.
Example request
Example response
Use cases
- Embed in iframe: Set the
htmlstring as thesrcdocof an iframe to display the report inside your application. - Print or download: Open the HTML in a new browser window and trigger the print dialog for a physical copy or PDF export.
- Mobile apps: Render the HTML in a native WebView component for iOS or Android.

