---
title: "List catalogs"
method: GET
path: "/catalogs"
---

# List catalogs

`GET /catalogs`

Lists all the catalogs associated with your current account.

## Query parameters

- `page` integer — The page number to fetch.
- `page_size` integer — The number of records to fetch on each page.
- `environment` string — The environment of the catalogs. Catalogs from the default environment will be returned for names that don't exist in the requested environment. When omitted, catalogs across all environments are returned.
- `all` boolean — Whether to return catalogs across all environments, without applying default-environment inheritance or deduplication.
- `type` string — Filter catalogs by type, e.g. "tower-catalog". When omitted, all catalog types are returned.

## Response `200`

OK

- ListCatalogsResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `catalogs` Catalog[], required
    - `CreatedAt` string, date-time, required
    - `environment` string, required — Environment containing the catalog definition.
    - `name` string, required
    - `properties` CatalogProperty[], required
      - `environment_variable` string — The environment variable name this property is injected as at runtime.
      - `name` string, required
      - `preview` string, required
    - `slug` string — This property is deprecated. Use name instead.
    - `type` string, required
  - `pages` Pagination, required
    - `num_pages` integer, required
    - `page` integer, required
    - `page_size` integer, required
    - `total` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
