---
title: "List audit logs"
method: GET
path: "/audit-logs"
tags: ["Audit"]
---

# List audit logs

`GET /audit-logs`

Returns paginated, filterable audit log entries. Admin only.

## Query parameters

- `page` integer
- `limit` integer
- `userId` string
- `action` string
- `resourceType` string
- `success` string
- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

Paginated list of audit logs.

## Other responses

- `403` — Not authorized.
- `500` — Failed to fetch audit logs.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
