---
title: "Fetch a specific schema with its nested versions."
method: GET
path: "/v1/Schemas/{Id}"
tags: ["EventsV1Schema"]
---

# Fetch a specific schema with its nested versions.

`GET /v1/Schemas/{Id}`

Fetch a specific schema with its nested versions.

## Path parameters

- `Id` string, required

## Response `200`

OK

- EventsV1Schema
  - `id` string, nullable — The unique identifier of the schema. Each schema can have multiple versions, that share the same id.
  - `url` string, uri, nullable — The URL of this resource.
  - `links` object, nullable — Contains a dictionary of URL links to nested resources of this schema.
  - `latest_version_date_created` string, date-time, nullable — The date that the latest schema version was created, given in ISO 8601 format.
  - `latest_version` integer — The latest version published of this schema.

## Changes

- **2024-08-26** (v1) `d6774b4c9020` — 1 info
  - the `latest_version` response's property default value `0` was added for the status `200`
- **2023-08-10** (v1) `9cb5de98bde3` — 1 info
  - api tag `EventsV1Schema` added

[Change history](https://skmtc.dev/twilio/apis/events-v1/changes/v1/Schemas/:Id/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)
