---
title: "List Audit Log Events"
method: GET
path: "/frontend/v1/audit-log-events"
tags: ["FrontendService"]
---

# List Audit Log Events

`GET /frontend/v1/audit-log-events`

## Query parameters

- `pageToken` string
- `filterStartTime` string, date-time
- `filterEndTime` string, date-time
- `filterEventName` string
- `filterUserId` string

## Response `200`

OK

- ListAuditLogEventsResponse
  - `auditLogEvents` AuditLogEvent[]
    - `id` string — The Audit Log Event ID. Starts with `audit_log_event_...`.
    - `actorUserId` string — The User that performed the event, if any.
    - `actorSessionId` string — The Session that performed the event, if any.
    - `actorApiKeyId` string — The API Key that performed the event, if any.
    - `actorIntermediateSessionId` string — The Intermediate Session that performed the action, if any.
    - `eventTime` string, date-time — When the event occurred.
    - `eventName` string — The name of the event.
    - `eventDetails` object — The event payload JSON.
  - `nextPageToken` string

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

[API](https://skmtc.net/tesseral-labs/apis/frontendservice-api.md) · [All operations](https://skmtc.net/tesseral-labs/apis/frontendservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tesseral-labs/frontendservice-api/revisions/e98ae37067b1/schema)
