---
title: "Retrieve a paginated list of all the available Event Types."
method: GET
path: "/v1/Types"
tags: ["EventsV1EventType"]
---

# Retrieve a paginated list of all the available Event Types.

`GET /v1/Types`

Retrieve a paginated list of all the available Event Types.

## Query parameters

- `SchemaId` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `types` EventsV1EventType[]
    - `type` string, nullable — A string that uniquely identifies this Event Type.
    - `schema_id` string, nullable — A string that uniquely identifies the Schema this Event Type adheres to.
    - `date_created` string, date-time, nullable — The date that this Event Type was created, given in ISO 8601 format.
    - `date_updated` string, date-time, nullable — The date that this Event Type was updated, given in ISO 8601 format.
    - `description` string, nullable — A human readable description for this Event Type.
    - `status` string, nullable — A string that describes how this Event Type can be used. For example: `available`, `deprecated`, `restricted`, `discontinued`. When the status is `available`, the Event Type can be used normally.
    - `documentation_url` string, nullable — The URL to the documentation or to the most relevant Twilio Changelog entry of this Event Type.
    - `url` string, uri, nullable — The URL of this resource.
    - `links` object, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-02-20** (v1) `fce0a330f5f8` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2024-06-18** (v1) `24a79e2ba919` — 2 info
  - added the optional property `types/items/documentation_url` to the response with the `200` status
  - added the optional property `types/items/status` to the response with the `200` status
- **2023-08-10** (v1) `9cb5de98bde3` — 1 info
  - api tag `EventsV1EventType` added

[Change history](https://skmtc.dev/twilio/apis/events-v1/changes/v1/Types/get.md)

---

[API](https://skmtc.dev/twilio/apis/events-v1.md) · [All operations](https://skmtc.dev/twilio/apis/events-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/events-v1/revisions/140a58be411a/schema)
