---
title: "Fetch a specific schema and version."
method: GET
path: "/v1/Schemas/{Id}/Versions/{SchemaVersion}"
tags: ["EventsV1SchemaVersion"]
---

# Fetch a specific schema and version.

`GET /v1/Schemas/{Id}/Versions/{SchemaVersion}`

Fetch a specific schema and version.

## Path parameters

- `Id` string, required
- `SchemaVersion` integer, required

## Response `200`

OK

- EventsV1SchemaSchemaVersion
  - `id` string, nullable — The unique identifier of the schema. Each schema can have multiple versions, that share the same id.
  - `schema_version` integer — The version of this schema.
  - `date_created` string, date-time, nullable — The date the schema version was created, given in ISO 8601 format.
  - `url` string, uri, nullable — The URL of this resource.
  - `raw` string, uri, nullable

## Changes

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

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