---
title: "List all submited reports (paginated and filterable)."
method: GET
path: "/v2/report"
tags: ["Reporting"]
---

# List all submited reports (paginated and filterable).

`GET /v2/report`

Given a page size and page number, lists a specific page of previously submitted reports, optionally filtered by status and transaction_id.

## Query parameters

- `per_page` integer
- `page` integer
- `status` string, nullable
- `transaction_id` string, nullable

## Response `200`

List of reported transactions

- EnrichmentReportResponse[]
  - `id` string, required
  - `status` 'open' | 'resolved' | 'invalid' | 'pending', required
  - `transaction_id` string, required
  - `fields` object, nullable
  - `notes` string, nullable
  - `webhook_url` string, nullable

## Other responses

- `400` — One or more provided values for the query are invalid
- `422` — Validation Error

---

[API](https://skmtc.net/ntropy/apis/ntropy-transaction-api.md) · [All operations](https://skmtc.net/ntropy/apis/ntropy-transaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ntropy/ntropy-transaction-api/revisions/47be508488c1/schema)
