---
title: "Lists the available event attributes"
method: GET
path: "/data/events"
tags: ["datatypes"]
---

# Lists the available event attributes

`GET /data/events`

Lists the name and type of each attribute defined at the user and event level. This information
is necessary to know which attributes can be included in workflow condition expressions when using the Event dimension.
Each attribute is identified by a name and a data type.

## Response `200`

Lists the name and type of each attribute defined at the user and event level.

- EventsDataDictionaryType — Defines the possible types of events and the list of attributes that are expected within each event type.
  - `description` string — An optional, user-provided, description of the data contained in the data dictionary.
  - `attributes` AttributeDefinition[] — The list of event attributes
    - `name` string — the name of the attribute
    - `description` string — an optional description for this attribute
    - `type` 'bool' | 'text' | 'integer' | 'float' | 'datetime' — Enumeration of all supported data types for user and event attributes
    - `mandatory` boolean — indicates that this attribute must have a value
    - `editable` boolean — indicates that this attribute can be changed in some way or not.
  - `eventTypes` EventTypeEntry[] — A list where each item is an object that specifies an event type and a list of attributes that are expected for this event type.
    - `type` string — the event type as a string constant
    - `attributes` AttributeReference[] — the list of attributes for this event type
      - `name` string — the name of the attribute that is being referenced
      - `mandatory` boolean — indicates that this attribute must have a value for this event type.

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
