---
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

---

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