---
title: "Get an audit event"
method: GET
path: "/audit-events/{audit-event-id}"
tags: ["Audit Events"]
---

# Get an audit event

`GET /audit-events/{audit-event-id}`

Returns one audit event by id, including the actor who performed it, the target they changed, the source, the event type, and a timestamp.

## Path parameters

- `audit-event-id` string, required

## Response `200`

- AuditEvent
  - `auditEventId` string, required
  - `actor` Actor, required
    - `id` string, required
    - `email` string, nullable
  - `target` string, required
  - `source` string, required
  - `timestamp` string, required
  - `type` string, required

## Changes

- **2025-10-15** `e67d02739533` — 2 info
  - api tag `Audit Events` added
  - api tag `AuditEvents` removed
- **2025-10-07** `7143ea51f307` — 1 breaking, 2 warning, 3 info
  - the `target` response's property type changed from `object` to `string` for status `200`
  - removed the optional property `target/email` from the response with the `200` status
  - removed the optional property `target/id` from the response with the `200` status
  - the response property `actor` became required for the status `200`
  - …2 more

[Change history](https://skmtc.dev/trycourier/apis/courier/changes/audit-events/:audit-event-id/get.md)

---

[API](https://skmtc.dev/trycourier/apis/courier.md) · [All operations](https://skmtc.dev/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycourier/courier/revisions/cb8586034158/schema)
