---
title: "Get detail of some catalog"
method: GET
path: "/api/ams/v1/catalogs/{catalogName}"
tags: ["Catalogs"]
---

# Get detail of some catalog

`GET /api/ams/v1/catalogs/{catalogName}`

Get detailed information of a specific catalog

## Response `200`

Successful response

- object
  - `message` string
  - `code` integer
  - `result` object
    - `name` string
    - `type` string
    - `authConfig` object
    - `storageConfig` object
    - `properties` object
    - `tableProperties` object
    - `tableFormatList` string[]
    - `optimizerGroup` string

## Other responses

- `404` — Catalog not found

---

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