---
title: "Returns a report by id"
method: GET
path: "/v2/report/{id}"
tags: ["Reporting"]
---

# Returns a report by id

`GET /v2/report/{id}`

Returns all the available information about a previously submitted report by it's identifier.

## Path parameters

- `id` string, required

## Response `200`

Report with the provided id

- 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` — Provided report_it has an invalid format
- `404` — Requested report does not exist
- `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)
