Download a self-contained HTML review of the exact check report

GET/v1/quality/checks/{kind}/{resourceId}/report/export

Uses 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
NameLocationTypeRequiredDescription
kindpathassertion | benchmarkYes
resourceIdpathstringYes
Query parameters
NameLocationTypeRequiredDescription
fingerprintquerystringYes

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
FieldTypeRequiredDescription
exportobjectYes
export.schemaVersioncomputer_agents_quality_report_export_v1Yes
export.filenamestringYes
export.contentTypetext/html; charset=utf-8Yes
export.reportFingerprintstringYes
export.contentFingerprintstringYes
export.contentstringYesInert 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...
See the ACP quickstart and SDK flow