latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

List catalogs

Lists all the catalogs associated with your current account.

get/catalogs

Query parameters

pageinteger

The page number to fetch.

The page number to fetch.

page_sizeinteger

The number of records to fetch on each page.

The number of records to fetch on each page.

environmentstring

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.

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.

allboolean

Whether to return catalogs across all environments, without applying default-environment inheritance or deduplication.

Whether to return catalogs across all environments, without applying default-environment inheritance or deduplication.

typestring

Filter catalogs by type, e.g. "tower-catalog". When omitted, all catalog types are returned.

Filter catalogs by type, e.g. "tower-catalog". When omitted, all catalog types are returned.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/ListCatalogsResponse.json"
}