---
title: "Fetch a specific Event Type."
method: GET
path: "/v1/Types/{Type}"
tags: ["EventsV1EventType"]
---

# Fetch a specific Event Type.

`GET /v1/Types/{Type}`

Fetch a specific Event Type.

## Path parameters

- `Type` string, required

## Response `200`

OK

- 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

## Changes

- **2024-06-18** (v1) `24a79e2ba919` — 2 info
  - added the optional property `documentation_url` to the response with the `200` status
  - added the optional property `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/:Type/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)
