---
title: "ListCatalogs"
method: GET
path: "/catalogs"
tags: ["DataCatalogsService"]
---

# ListCatalogs

`GET /catalogs`

Lists all configured catalogs.

## Response `200`

OK

- ListCatalogsResponse
  - `catalogs` DataCatalog[]
    - `databases` DataCatalogDatabase[] — A top-most level of the catalog. This is typically a database.
      - `catalog` DataCatalog — recursive
      - `displayName` string
      - `id` string — The id used by the catalog.
      - `schemas` DataCatalogSchema[] — The schemas in this database.
        - `database` DataCatalogDatabase — recursive
        - `id` string — The id used by the catalog.
        - `name` string
        - `tables` DataCatalogTable[] — The tables in this schema.
          - `id` string — The id used by the catalog.
          - `name` string
          - `schema` DataCatalogSchema — recursive
          - `tags` string[]
        - `tags` string[]
      - `tags` string[]
      - `type` string
    - `id` string — An arbitrary but unique identifier for the catalog. This matches the id from the PACE app configuration.
    - `tags` string[]
    - `type` 'TYPE_UNSPECIFIED' | 'COLLIBRA' | 'ODD' | 'DATAHUB', enum

## Other responses

- `default` — Default error response

## Changes

- **2023-11-17** `04d64891152e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getstrm/apis/pace-api/changes/catalogs/get.md)

---

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