---
title: "get audit logs"
method: GET
path: "/business/audit_log"
tags: ["log/audit"]
---

# get audit logs

`GET /business/audit_log`

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `data` AuditLogListAuditLogRes
    - `data` AuditLogListAuditLogItem[]
      - `content` string
      - `created_at` integer
      - `id` integer
      - `ip` string
      - `username` string
    - `total` integer
  - `err` string
  - `msg` string

## Changes

- **2026-04-03** `2d20e20d0f6e` — 2 info
  - api tag `log/audit` added
  - api tag `system` removed
- **2026-04-01** `de6007edcff9` — 2 info
  - api tag `system` added
  - api tag `log/audit` removed

[Change history](https://skmtc.dev/chaitin/apis/mgt-api/changes/business/audit_log/get.md)

---

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