---
title: "List audit trails"
method: GET
path: "/audit_trails"
tags: ["Audit Trails"]
---

# List audit trails

`GET /audit_trails`

List and filter audit trail events.

## Query parameters

- `limit` integer
- `starting_after` string, uuid
- `sort_order` 'asc' | 'desc'
- `start_date` string, date
- `end_date` string, date
- `object_id` string, uuid

## Response `200`

List of filtered audit trails.

- AuditTrailSearchResult
  - `records` 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.
- `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)
