---
title: "Listar Relatos de Infração"
method: GET
path: "/infraction-reports/"
tags: ["InfractionReport"]
---

# Listar Relatos de Infração

`GET /infraction-reports/`

Obtém lista de relatos de infração em que o participante é parte.

Lista de relatos é ordenada de forma crescente pelo campo `LastModified` .

## Query parameters

- `Participant` string, required
- `IsDebited` boolean
- `IsCredited` boolean
- `Status` InfractionReportStatus[] — unresolved $ref
- `IncludeDetails` boolean
- `ModifiedAfter` string, date-time
- `ModifiedBefore` string, date-time
- `Limit` integer

## Response `200`

OK

## Other responses

- `400` — unresolved $ref
- `403` — unresolved $ref

## Changes

- **2020-08-24** `e7d43b7c35fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bacen/apis/dict-api/changes/infraction-reports/get.md)

---

[API](https://skmtc.dev/bacen/apis/dict-api.md) · [All operations](https://skmtc.dev/bacen/apis/dict-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bacen/dict-api/revisions/e7d43b7c35fd/schema)
