---
title: "Export Audit Log"
method: GET
path: "/repos/{repo_id}/security/audit-log/export"
tags: ["security"]
---

# Export Audit Log

`GET /repos/{repo_id}/security/audit-log/export`

Streamed export of the (filtered) audit trail — the COMMERCIAL.md
§5.1 commitment: in-product + JSON/CSV export. Pages through the
PostgREST row cap; never holds more than one page in memory.

## Path parameters

- `repo_id` string, required

## Query parameters

- `format` string
- `event` string, nullable
- `actor` string, nullable
- `since` string, nullable
- `until` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/98c833b3480d?raw)
