Download a self-contained HTML review of the exact check report
GET
/v1/quality/checks/{kind}/{resourceId}/report/exportUses the same authorized report composition and percentages as the UI. Requires its previously read fingerprint; changed evidence returns 409 rather than silently exporting a different report. Inert, escaped HTML with no external assets, public evidence links, source attachments or row-level output archive. Does not execute, grade or approve anything.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| kind | path | assertion | benchmark | Yes | — |
| resourceId | path | string | Yes | — |
Query parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| fingerprint | query | string | Yes | — |
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Downloadable HTML and its exact UTF-8 SHA-256 fingerprintapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| export | object | Yes | — |
| export.schemaVersion | computer_agents_quality_report_export_v1 | Yes | — |
| export.filename | string | Yes | — |
| export.contentType | text/html; charset=utf-8 | Yes | — |
| export.reportFingerprint | string | Yes | — |
| export.contentFingerprint | string | Yes | — |
| export.content | string | Yes | Inert self-contained HTML; exact UTF-8 bytes are identified by contentFingerprint |
400Invalid or missing expected fingerprint
None.
401Authentication required
None.
403Organization or coarse permission unavailable
None.
404Check evidence permission unavailable
None.
409Report changed or retained evidence integrity failed
None.
503Durable report capability unavailable
None.
Download a self-contained HTML review of the exact check report
Loading...
Response 200
Loading...