---
title: "Get collection metadata schema"
method: GET
path: "/v1/collections/{address}/metadata-schema"
tags: ["collections"]
---

# Get collection metadata schema

`GET /v1/collections/{address}/metadata-schema`

Get collection metadata schema

## Response `200`

OK

- CollectionMetadataSchema[]
  - `name` string, required — Name of the metadata key
  - `type` string, required — Type of the metadata. Values: "enum", "text", "boolean", "continuous", "discrete" | Default: "text". Src: https://docs.x.immutable.com/docs/asset-metadata#property-type-mapping
  - `filterable` boolean, required — Sets the metadata as filterable

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
