get
/api/v2/reports/csv-exports/{id}/downloadDownload a CSV export artifact.
Streams the local CSV export 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
CSV artifact bytes.
text/csv{
"type": "string",
"format": "binary"
}404
CSV export 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.