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

# List admin audit logs

`GET /admin/audit`

Return recent redacted admin route access records

## Query parameters

- `limit` integer
- `actor` string
- `method` string
- `status` integer
- `path` string
- `format` string

## Response `200`

OK

- InternalApiRoutesAdminAuditResponse[]
  - `actor` string
  - `created_at` string
  - `duration_ms` integer
  - `id` integer
  - `method` string
  - `path` string
  - `remote_addr` string
  - `request_id` string
  - `status` integer
  - `tenant_id` string
  - `user_agent` string

---

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