# Get catalogs Retrieve a paginated list of catalogs Endpoint: GET /catalogs Version: 1.0.0 Security: bearerAuth ## Query parameters: - `page` (integer) Page number Example: 1 - `pageSize` (integer) Items per page Example: 20 - `filters` (string) JSON array of filters Example: "[]" - `orderBy` (string) JSON object for sorting Example: "{\"field\":\"title\",\"direction\":\"asc\"}" - `search` (string) JSON object for searching Example: "{\"fields\":[\"title\"],\"term\":\"Europe\"}" ## Response 400 fields