---
title: "Retrieve audit trail"
method: GET
path: "/audit_trails/{id}"
tags: ["Audit Trails"]
---

# Retrieve audit trail

`GET /audit_trails/{id}`

Retrieve the details of a specific audit trail.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully retrieved audit trail.

- AuditTrailDetails
  - `id` string, uuid, required — The UUID of the audit trail.
  - `object` string, required — Type of the object, `audit_trail`.
  - `author_type` string, required — The type of the author who performed the action.
  - `author_id` string, required — The ID of the author who performed the action.
  - `author_name` string, required — The name of the author who performed the action.
  - `type` string, required — The type of the audit trail.
  - `public_name` string, required — The human-readable name of the audit trail.
  - `object_type` string, required — The type of object that was affected by the action.
  - `object_id` string, uuid, required — The ID of the object that was affected by the action.
  - `created_at` string, date-time, required — The UTC timestamp when the audit trail was created.

## Other responses

- `400` — Validation error.
- `401` — Unauthorized. API key is missing or invalid.
- `404` — The specified resource was not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/revisions/220f101cc2ef/schema)
