---
title: "Show Metadata Category"
method: GET
path: "/metadata_categories/{id}"
tags: ["metadata_categories", "Metadata Categories"]
---

# Show Metadata Category

`GET /metadata_categories/{id}`

Show Metadata Category

## Path parameters

- `id` integer, required

## Response `200`

The MetadataCategories object.

- MetadataCategoryEntity — MetadataCategoryEntity model
  - `id` integer — Metadata Category ID
  - `name` string — Name of the metadata category.
  - `definitions` object — Map of key names to arrays of allowed values. An empty array means free-form text.
  - `default_columns` string[] — Metadata keys that should appear as columns in the UI by default.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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