---
title: "Retrieve an audit log"
method: GET
path: "/v3/audit-logs/{id}"
tags: ["AuditLogs"]
---

# Retrieve an audit log

`GET /v3/audit-logs/{id}`

Retrieves the details of an existing audit log.

## Path parameters

- `id` string, required

## Response `200`

OK

- AuditLogDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `resource` string, required
  - `action` string, required
  - `changes` ChangesDto[], required
    - `propertyName` string, required
    - `oldValue` unknown
    - `newValue` unknown
  - `resourceId` string, required
  - `ipAddress` string, required
  - `actorId` string, nullable
  - `actorName` string, nullable
  - `actorEmail` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
