---
title: "List event log types"
method: GET
path: "/api/event-log/types"
tags: ["Event Log"]
---

# List event log types

`GET /api/event-log/types`

## Response `200`

Event log types

- EventLogType[]
  - `key` 'PERMISSION' | 'AUTHENTICATION' | 'PERIOD' | 'PRAISE' | 'QUANTIFICATION' | 'SETTING' | 'USER_ACCOUNT' | 'COMMUNITY', required
  - `label` string, required
  - `description` string, required

## Changes

- **2023-08-23** `990e717b779e` — 1 info
  - endpoint added
- **2023-08-23** `abdaebb919d2` — 1 breaking
  - api path removed without deprecation
- **2023-06-06** `fb05162b62d5` — 1 warning
  - added the new `COMMUNITY` enum value to the `items/key` response property for the response status `200`
- **2023-06-06** `a856c86b76ec` — 1 info
  - removed the `COMMUNITY` enum value from the `items/key` response property for the response status `200`
- **2023-06-05** `0ed53e80aa8d` — 1 warning
  - added the new `COMMUNITY` enum value to the `items/key` response property for the response status `200`

[Full history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/event-log/types/get.md)

---

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