get/api/v2/reports/{id}/download
Download a report artifact.
Streams the local PDF/report artifact for the active project through API-key authentication and records a local download delivery event.
Requires bearer API keyParameters
| Name | In | Description |
|---|---|---|
| X-Project-Id | header | Required for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.string |
| id | path / required | No description provided.string |
Responses
200
application/pdfPDF/report artifact bytes.
{
"type": "string",
"format": "binary"
}404
application/jsonReport artifact not found.
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
}
}Try it
Send this request to the local WatchLLM REST handler. Use a key from /workspace/api; organization keys can include X-Project-Id only when the endpoint documents that header.