> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raul.ugps.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get catalog statistics (counts and last sync times)

> Get catalog statistics (counts and last sync times)



## OpenAPI

````yaml /generated/specs/settings.json get /api/v1/catalogs/stats
openapi: 3.0.0
info:
  title: Raul API - Configuraciones
  description: Catalogos, tipos, plantillas y configuraciones maestras del sistema.
  version: 2.0.0
  contact: {}
servers:
  - url: https://api.raul.ugps.io
    description: Production
security: []
tags:
  - name: Catalogs
    description: Catálogos IMEI y Chip
paths:
  /api/v1/catalogs/stats:
    get:
      tags:
        - Catalogs
      summary: Get catalog statistics (counts and last sync times)
      description: Get catalog statistics (counts and last sync times)
      operationId: CatalogsController_getStats
      parameters: []
      responses:
        '200':
          description: Catalog statistics
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: Bearer token authentication

````