---
title: "Get audit log details"
method: GET
path: "/v2/audit-logs/{auditLogId}"
tags: ["Audit Logs"]
---

# Get audit log details

`GET /v2/audit-logs/{auditLogId}`

Retrieve detailed information about a specific audit log entry

## Path parameters

- `auditLogId` string, required

## Response `200`

Successfully retrieved audit log details

- AuditLogDto — Admin audit log entry
  - `action` string — The action that was performed
  - `actor` AuditLogActingAdminDto — Information about the admin who performed the action
    - `email` string — Email address of the admin
    - `id` string — Unique identifier for the admin
    - `role` string — Role of the admin
  - `category` string — Category of the action
  - `id` string — Unique identifier for the audit log entry
  - `message` string — Human-readable description of the action
  - `occurred_at` string, date-time — When the action occurred (ISO 8601 format)
  - `subcategory` string — Subcategory of the action
  - `success` boolean — Whether the action was successful

## Other responses

- `400` — Bad request - Invalid audit log ID format
- `401` — Unauthorized - Invalid or missing authentication token
- `404` — Audit log not found
- `429` — Too many requests - Rate limit exceeded
- `500` — Internal server error

---

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