---
title: "List subject-versions associated to schema ID"
method: GET
path: "/schemas/ids/{id}/versions"
tags: ["Schemas (v1)"]
---

# List subject-versions associated to schema ID

`GET /schemas/ids/{id}/versions`

Get all the subject-version pairs associated with the input ID.

## Path parameters

- `id` integer, required

## Query parameters

- `subject` string
- `deleted` boolean
- `offset` integer
- `limit` integer

## Response `200`

List of subject versions matching the specified parameters.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found. Error code 40403 indicates schema not found.
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error. Error code 50001 indicates a failure in the backend data store.

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluent/confluent-cloud-apis/revisions/a6a73f98a698/schema)
