---
title: "Export usage report as CSV"
method: GET
path: "/api/UsageRecord/usage_report_csv"
tags: ["Usage"]
---

# Export usage report as CSV

`GET /api/UsageRecord/usage_report_csv`

Exports a CSV report of word usage records for your organization. Optionally filter by date range. Not available in hosted environments.
### Required Permissions

- **Global:** View Usage Metrics

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

Usage report as a CSV file

- string, binary

## Other responses

- `400` — Not available in hosted environments

---

[API](https://skmtc.net/tonic/apis/textual-api.md) · [All operations](https://skmtc.net/tonic/apis/textual-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonic/textual-api/revisions/41da8739a690/schema)
