---
title: "Get all audit events"
method: GET
path: "/audit-events"
tags: ["Audit Events"]
---

# Get all audit events

`GET /audit-events`

Returns the workspace's audit event log with cursor paging. Each event records the actor, target, source, type, and timestamp of a change.

## Query parameters

- `cursor` string, nullable

## Response `200`

- ListAuditEventsResponse
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `results` AuditEvent[], required
    - `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/versions/04f69fbf96a5/schema)
