Listar limites de gastos
Use este endpoint para listar limites de gastos com paginação baseada em cursor e filtros opcionais. Limites com status DELETED não são retornados nas listagens.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de consulta
Filter by name (case-insensitive partial match)
Filter by status (DRAFT, ACTIVE, INACTIVE)
Filter by limit type (DAILY, WEEKLY, MONTHLY, CUSTOM, PER_TRANSACTION)
Filter by scope account_id (UUID)
Filter by scope segment_id (UUID)
Filter by scope portfolio_id (UUID)
Filter by scope merchant_id (UUID)
Filter by scope transaction_type (CARD, WIRE, PIX, CRYPTO)
Filter by scope sub_type (case-insensitive; max 50 chars)
Max items per page (1-100, default: 10)
Pagination cursor (empty for first page)
Sort field (created_at, updated_at, name, max_amount)
Sort direction (ASC, DESC)

