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

# List audit logs

`GET /api/v1/audit/logs`

List audit logs.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Query parameters

- `page` integer
- `page_size` integer
- `search` string
- `resource_type` string

## Headers

- `Accept` string

## Response `200`

OK

- GetActivitiesResponse — GetActivitiesResponse schema
  - `data` object
    - `activities` object[]
      - `action` string
      - `action_color` string
      - `actor` string
      - `id` string, uuid
      - `message` string
      - `metadata` object, nullable
      - `resource` string
      - `resource_id` string, uuid
      - `timestamp` string
    - `pagination` object
      - `current_page` integer
      - `has_next` boolean
      - `has_prev` boolean
      - `page_size` integer
      - `total_count` integer
      - `total_pages` integer
  - `message` string, nullable
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

## Changes

- **2026-04-26** `09f18af670c4` — 3 info
  - api tag `Audit` added
  - api tag `api/v1/audit` removed
  - api tag `logs` removed
- **2026-04-02** `2beb810c5221` — 2 breaking, 27 warning, 13 info
  - for the `query` request parameter `page`, default value `1` was added
  - for the `query` request parameter `page_size`, default value `20` was added
  - for the `query` request parameter `page_size`, the max was set to `100.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - …38 more
- **2026-03-26** `e34b00e45318` — 10 breaking, 4 warning, 25 info
  - for the `query` request parameter `page`, default value `1` was removed
  - for the `query` request parameter `page_size`, default value `20` was removed
  - removed the required property `code` from the response with the `400` status (media type: application/json)
  - removed the required property `code` from the response with the `400` status (media type: application/xml)
  - …35 more
- **2026-03-09** `344ac18cbced` — 24 warning, 20 info
  - removed the optional property `detail` from the response with the `400` status (media type: application/json)
  - removed the optional property `detail` from the response with the `400` status (media type: application/xml)
  - removed the optional property `detail` from the response with the `500` status (media type: application/json)
  - removed the optional property `detail` from the response with the `500` status (media type: application/xml)
  - …40 more
- …earlier changes not shown

[Full history](https://skmtc.dev/nixopus/apis/openapi/changes/api/v1/audit/logs/get.md)

---

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