---
title: "Get Audit Log"
method: GET
path: "/v1/organizations/audit/logs/{audit_id}"
tags: ["Organization Audit"]
---

# Get Audit Log

`GET /v1/organizations/audit/logs/{audit_id}`

Get a specific audit log entry by ID.

Requires ADMIN permission.

## Path parameters

- `audit_id` string, required

## Response `200`

Successful Response

- AuditEventResponse — Single audit event in list response.
  - `audit_id` string, required — Unique audit event identifier
  - `timestamp` unknown, required
  - `resource_type` string, required — Type of resource affected
  - `resource_id` string, required — ID of the affected resource
  - `action` string, required — Action performed
  - `actor_id` string, required — Who performed the action
  - `actor_type` string — Type of actor
  - `status` string — Status of the action
  - `changes` unknown
  - `ip_address` string, nullable — Request IP address
  - `user_agent` string, nullable — Request user agent
  - `actor_name` string, nullable — Resolved actor display name
  - `actor_email` string, nullable — Resolved actor email
  - `actor_key_name` string, nullable — API key name used

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/1c7f31821424/schema)
