---
title: "Get Schema Metadata"
method: GET
path: "/v1/schema_metadata"
deprecated: true
---

# Get Schema Metadata

`GET /v1/schema_metadata`

> **Deprecated.**

Get all schema metadata associated with a specific survey id.

Parameters:
survey_id (str): survey id of the collection
schema_processor_service (SchemaProcessorService): injected dependency for processing the metadata collection.

## Query parameters

- `survey_id` string, nullable

## Response `200`

Successful Response

- SchemaMetadata[]
  - `survey_id` string, required
  - `schema_location` string, required
  - `sds_schema_version` integer, required
  - `sds_published_at` string, required
  - `schema_version` string, required
  - `title` string, required
  - `guid` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/office-of-national-statistics/apis/supplementary-data-service.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/supplementary-data-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/supplementary-data-service/revisions/9a87e51baf13/schema)
