---
title: "Export User API Keys to CSV"
method: GET
path: "/api/v1/auth/keys/export/csv"
tags: ["User API Keys"]
---

# Export User API Keys to CSV

`GET /api/v1/auth/keys/export/csv`

Export all User API Keys matching the filter criteria to CSV format. Ignores pagination parameters (limit/offset) and exports all matching records.

## Query parameters

- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

CSV file containing User API Keys

---

[API](https://skmtc.net/scanopy/apis/scanopy-api.md) · [All operations](https://skmtc.net/scanopy/apis/scanopy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scanopy/scanopy-api/versions/28e466341947/schema)
