WWatchLLM
get/api/v2/reports/csv-exports/{id}/download

Download 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

NameInDescription
X-Project-IdheaderRequired for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.string
idpath / requiredNo description provided.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.