---
title: "Get a catalog"
method: GET
path: "/catalogs/{name}"
tags: ["Catalogs"]
---

# Get a catalog

`GET /catalogs/{name}`

Gets the specified catalog.

## Response `200`

The catalog was successfully retrieved.

- CatalogInfo
  - `name` string — Name of catalog.
  - `comment` string — User-provided free-form text description.
  - `properties` SecurablePropertiesMap — A map of key-value properties attached to the securable.
  - `created_at` integer — Time at which this catalog was created, in epoch milliseconds.
  - `updated_at` integer — Time at which this catalog was last modified, in epoch milliseconds.
  - `id` string — Unique identifier for the catalog.

---

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