---
title: "Export audit records"
method: GET
path: "/wiki/rest/api/audit/export"
tags: ["Audit"]
---

# Export audit records

`GET /wiki/rest/api/audit/export`

Exports audit records as a CSV file or ZIP file.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Confluence Administrator' global permission.

## Query parameters

- `startDate` string
- `endDate` string
- `searchString` string
- `format` 'csv' | 'zip'

## Response `200`

Returned if the requested export of the audit records is returned.

## Other responses

- `403` — Returned if the calling user does not have permission to view the audit log.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/revisions/70088490f406/schema)
