---
title: "Get Audit Log Event Types"
method: GET
path: "/api/audit/types"
tags: ["Audit Logs"]
---

# Get Audit Log Event Types

`GET /api/audit/types`

Returns the list of available audit log event types for this environment.

Accessible with a user access token or an organization token that has the
`view_audit_log` permission (e.g. a token created with the `admin` or
`audit_reader` preset).

This endpoint is hosted on the Authlete IdP server (`https://login.authlete.com`),
not on the regional API clusters.

## Response `200`

List of available audit event type strings.

- string[]

## Other responses

- `400`
- `401`
- `403`
- `500`

## Changes

- **2026-08-03** `7ad74ab64749` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authlete/apis/authlete-api/changes/api/audit/types/get.md)

---

[API](https://skmtc.dev/authlete/apis/authlete-api.md) · [All operations](https://skmtc.dev/authlete/apis/authlete-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authlete/authlete-api/revisions/7ad74ab64749/schema)
