get
/api/v2/reports/{id}/downloadDownload 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 key
Parameters
X-Project-Id
header
Required for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.
Schema: string
id
path / required
No description provided.
Schema: string
Responses
200
PDF/report artifact bytes.
application/pdf{
"type": "string",
"format": "binary"
}404
Report artifact not found.
application/json{
"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.