# Get Catalog **GET /catalogs/{catalog_slug}** Get details for a specific catalog. Args: catalog_slug: URL-friendly catalog identifier (e.g., "macys") ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **catalog_slug** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (string) - **slug** (string) - **name** (string) - **description** (string | null) - **productCount** (integer) Total number of products - **categories** (array[object]) - **lastUpdated** (string(date-time)) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)