---
title: "Get audit log"
method: GET
path: "/api/audit"
tags: ["Monitoring"]
---

# Get audit log

`GET /api/audit`

## Query parameters

- `action` string
- `actor` string
- `limit` integer
- `offset` integer

## Response `200`

Audit log entries

- object
  - `entries` object[]
    - `id` integer
    - `action` string
    - `actor` string
    - `target_type` string
    - `target_id` integer
    - `detail` object
    - `ip_address` string
    - `created_at` integer
  - `total` integer

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/audit/get.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/39aff788d955/schema)
