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

# Listar relatos de infração

> Retorna uma página de relatos de infração da organização autenticada, por padrão dos atualizados mais recentemente para os menos recentes. Todos os filtros são opcionais e validados somente quando informados; qualquer valor inválido retorna 400 PIX-0003. modified_after / modified_before são timestamps UTC no padrão ISO 8601 que filtram updated_at; quando ambos são informados, modified_after não pode ser posterior a modified_before.



## OpenAPI

````yaml pt/openapi/v3-current/pix-lerian-dict.yaml GET /dict/infraction-reports
openapi: 3.1.0
info:
  contact:
    name: Lerian Studio
    url: https://lerian.studio
  description: >-
    API pública para chaves Pix, reivindicações, marcadores de fraude, relatos
    de infração e recuperação de valores do MED.
  license:
    name: Elastic License 2.0
    url: https://www.elastic.co/licensing/elastic-license
  title: Pix Lerian — DICT
  version: release-candidate
servers:
  - url: https://api.example.com/dict-hub/v1
    description: Substitua o host de exemplo pela URL fornecida no onboarding do ambiente.
security:
  - BearerAuth: []
tags:
  - description: Registro, consulta, listagem, atualização e remoção de chaves Pix.
    name: Entries
  - description: Consulta de chaves Pix e verificação de existência no diretório DICT.
    name: Keys
  - description: Gestão de reivindicações de posse e portabilidade de chaves Pix.
    name: Claims
  - description: Gestão de recuperações de valores do MED 2.0 no escopo do participante.
    name: Funds Recoveries
  - description: Gestão de relatos de infração do MED 2.0 para a organização autenticada.
    name: Infraction Reports
  - description: Criação, consulta, cancelamento e liquidação de devoluções do MED 2.0.
    name: Refunds
  - description: >-
      Criação, consulta, listagem e cancelamento de marcadores de fraude do
      DICT.
    name: Fraud Markers
paths:
  /dict/infraction-reports:
    get:
      tags:
        - Infraction Reports
      summary: Listar relatos de infração
      description: >-
        Retorna uma página de relatos de infração da organização autenticada,
        por padrão dos atualizados mais recentemente para os menos recentes.
        Todos os filtros são opcionais e validados somente quando informados;
        qualquer valor inválido retorna 400 PIX-0003. modified_after /
        modified_before são timestamps UTC no padrão ISO 8601 que filtram
        updated_at; quando ambos são informados, modified_after não pode ser
        posterior a modified_before.
      operationId: listInfractionReports
      parameters:
        - description: Filter by lifecycle status
          explode: false
          in: query
          name: status
          schema:
            description: Filter by lifecycle status
            examples:
              - OPEN
            type: string
          example: OPEN
        - description: Filter by situation type
          explode: false
          in: query
          name: situation_type
          schema:
            description: Filter by situation type
            examples:
              - SCAM
            type: string
          example: SCAM
        - description: Filter by the linked funds-recovery BCB identifier
          explode: false
          in: query
          name: bacen_funds_recovery_id
          schema:
            description: Filter by the linked funds-recovery BCB identifier
            examples:
              - FR-2026-000000123
            type: string
          example: FR-2026-000000123
        - description: >-
            Filter by the contested transaction's end-to-end/RtrId (a
            transaction may have multiple infraction reports)
          explode: false
          in: query
          name: transaction_id
          schema:
            description: >-
              Filter by the contested transaction's end-to-end/RtrId (a
              transaction may have multiple infraction reports)
            examples:
              - E12345678202607161000aB3xK9mWq2z
            type: string
          example: E12345678202607161000aB3xK9mWq2z
        - description: Return rows updated strictly after this ISO 8601 UTC timestamp
          explode: false
          in: query
          name: modified_after
          schema:
            description: Return rows updated strictly after this ISO 8601 UTC timestamp
            examples:
              - '2026-05-17T13:30:00Z'
            type: string
          example: '2026-05-17T13:30:00Z'
        - description: Return rows updated strictly before this ISO 8601 UTC timestamp
          explode: false
          in: query
          name: modified_before
          schema:
            description: Return rows updated strictly before this ISO 8601 UTC timestamp
            examples:
              - '2026-05-18T13:30:00Z'
            type: string
          example: '2026-05-18T13:30:00Z'
        - description: >-
            Filter to reports whose BCB analysis window (7 days from receipt)
            has elapsed while not yet closed or cancelled
          explode: false
          in: query
          name: sla_breached
          schema:
            description: >-
              Filter to reports whose BCB analysis window (7 days from receipt)
              has elapsed while not yet closed or cancelled
            examples:
              - 'true'
            type: string
          example: 'true'
        - description: >-
            Filter to reports within 2 days of the BCB analysis deadline but not
            yet past it, while not yet closed or cancelled
          explode: false
          in: query
          name: sla_at_risk
          schema:
            description: >-
              Filter to reports within 2 days of the BCB analysis deadline but
              not yet past it, while not yet closed or cancelled
            examples:
              - 'true'
            type: string
          example: 'true'
        - description: 'Page number (default: 1, minimum: 1)'
          explode: false
          in: query
          name: page
          schema:
            description: 'Page number (default: 1, minimum: 1)'
            examples:
              - '1'
            type: string
          example: '1'
        - description: 'Maximum number of items per page (default: 20, maximum: 100)'
          explode: false
          in: query
          name: limit
          schema:
            description: 'Maximum number of items per page (default: 20, maximum: 100)'
            examples:
              - '20'
            type: string
          example: '20'
        - description: 'Sort direction by updated_at (default: desc)'
          explode: false
          in: query
          name: sort_order
          schema:
            description: 'Sort direction by updated_at (default: desc)'
            examples:
              - desc
            type: string
          example: desc
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InfractionReportPageOutput'
              examples:
                exemploFicticio:
                  summary: Exemplo fictício
                  value:
                    hasMore: false
                    items:
                      - analysisDeadline: '2026-06-25T12:00:00Z'
                        bacenFundsRecoveryId: 018f8c1d-1111-7abc-9def-000000000001
                        bacenInfractionReportId: 018f8c1d-aaaa-7abc-9def-000000000010
                        createdAt: '2026-06-18T12:00:00Z'
                        id: 018f8c1d-1234-7abc-9def-000000000001
                        infractionAmount: '1500.00'
                        situationType: SCAM
                        slaAtRisk: false
                        slaBreached: false
                        status: OPEN
                        transactionDepth: 1
                        updatedAt: '2026-06-18T12:05:00Z'
                    limit: 20
                    page: 1
                    total: 1
          description: OK
        default:
          content:
            application/problem+json:
              schema:
                $ref: '#/components/schemas/Detail'
          description: Error
      x-codeSamples:
        - lang: bash
          label: cURL com dados fictícios
          source: |-
            curl --request GET \
              --url https://api.example.com/dict-hub/v1/dict/infraction-reports \
              --header 'Authorization: Bearer demo-access-token'
components:
  schemas:
    InfractionReportPageOutput:
      additionalProperties: false
      properties:
        hasMore:
          examples:
            - false
          type: boolean
        items:
          items:
            $ref: '#/components/schemas/InfractionReportListItemOutput'
          type:
            - array
            - 'null'
        limit:
          examples:
            - 20
          format: int64
          type: integer
        page:
          examples:
            - 1
          format: int64
          type: integer
        total:
          examples:
            - 1
          format: int64
          type: integer
      required:
        - items
        - total
        - page
        - limit
        - hasMore
      type: object
    Detail:
      additionalProperties: false
      properties:
        code:
          description: >-
            Stable, machine-readable domain error code scoped to the emitting
            service (format: <SERVICE>-NNNN).
          examples:
            - ERR-0001
          type: string
        detail:
          description: >-
            A human-readable explanation specific to this occurrence of the
            problem.
          examples:
            - Property foo is required but is missing.
          type: string
        errors:
          description: Optional list of individual error details
          items:
            $ref: '#/components/schemas/ErrorDetail'
          type:
            - array
            - 'null'
        instance:
          description: >-
            A URI reference that identifies the specific occurrence of the
            problem.
          examples:
            - https://example.com/error-log/abc123
          format: uri
          type: string
        status:
          description: HTTP status code
          examples:
            - 400
          format: int64
          type: integer
        title:
          description: >-
            A short, human-readable summary of the problem type. This value
            should not change between occurrences of the error.
          examples:
            - Bad Request
          type: string
        type:
          default: about:blank
          description: A URI reference to human-readable documentation for the error.
          examples:
            - https://example.com/errors/example
          format: uri
          type: string
        upstream:
          $ref: '#/components/schemas/Upstream'
          description: >-
            RFC 9457 extension member: the error a proxied third-party provider
            reported. Absent unless the emitting service explicitly surfaced
            one.
      type: object
    InfractionReportListItemOutput:
      additionalProperties: false
      properties:
        analysisDeadline:
          examples:
            - '2026-06-25T12:00:00Z'
          format: date-time
          type: string
        bacenFundsRecoveryId:
          examples:
            - 018f8c1d-1111-7abc-9def-000000000001
          type: string
        bacenInfractionReportId:
          examples:
            - 018f8c1d-aaaa-7abc-9def-000000000010
          type: string
        createdAt:
          examples:
            - '2026-06-18T12:00:00Z'
          format: date-time
          type: string
        id:
          examples:
            - 018f8c1d-1234-7abc-9def-000000000001
          type: string
        infractionAmount:
          examples:
            - '1500.00'
          type: string
        situationType:
          enum:
            - SCAM
            - ACCOUNT_TAKEOVER
            - COERCION
            - FRAUDULENT_ACCESS
            - OTHER
            - UNKNOWN
          examples:
            - SCAM
          type: string
        slaAtRisk:
          examples:
            - false
          type: boolean
        slaBreached:
          examples:
            - false
          type: boolean
        status:
          enum:
            - OPEN
            - ACKNOWLEDGED
            - CLOSED
            - CANCELLED
          examples:
            - OPEN
          type: string
        transactionDepth:
          examples:
            - 1
          format: int64
          maximum: 2147483647
          minimum: 1
          type: integer
        updatedAt:
          examples:
            - '2026-06-18T12:05:00Z'
          format: date-time
          type: string
      required:
        - id
        - bacenInfractionReportId
        - status
        - situationType
        - createdAt
        - updatedAt
        - analysisDeadline
        - slaBreached
        - slaAtRisk
      type: object
    ErrorDetail:
      additionalProperties: false
      properties:
        location:
          description: >-
            Where the error occurred, e.g. 'body.items[3].tags' or
            'path.thing-id'
          type: string
        message:
          description: Error message text
          type: string
        value:
          description: The value at the given location
      type: object
    Upstream:
      additionalProperties: false
      properties:
        code:
          description: The upstream provider's own error code, verbatim.
          examples:
            - E4001
          type: string
        message:
          description: >-
            The upstream provider's own error message, verbatim (bounded, never
            its raw response body).
          examples:
            - account not found at provider
          type: string
      type: object
  securitySchemes:
    BearerAuth:
      bearerFormat: JWT
      description: JWT bearer token issued by the identity provider.
      scheme: bearer
      type: http

````