---
title: "Export Audit Log"
method: GET
path: "/api/v1/audit-log/export"
tags: ["Audit Log"]
---

# Export Audit Log

`GET /api/v1/audit-log/export`

Get a CSV-format list of audit log records.

## Query parameters

- `created_by` string[]
- `created_before` string, date-time
- `created_after` string, date-time
- `category` AuditLogCategory[]

## Response `200`

Exported audit log in CSV format

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

---

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