Download a self-contained HTML review of the exact target-context report
GET
/v1/quality/targets/{targetType}/{targetId}/report/exportRechecks target and child evidence access. Requires the report fingerprint previously reviewed. The same bounded report model drives screen and export; associations never attest imported target provenance. No workflow or grading execution, source archive or release approval.
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 |
|---|---|---|---|---|
| targetType | path | metronome | function | agent | Yes | — |
| targetId | 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 with unchanged evidence identityapplication/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.
404Target read 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 target-context report
Loading...
Response 200
Loading...