---
title: "Fetch report [preview]"
method: GET
path: "/v2/submission/{submission_id}/report"
---

# Fetch report \[preview\]

`GET /v2/submission/{submission_id}/report`

Fetch fraud analysis report of the submitted document

## Path parameters

- `submission_id` string, required

## Query parameters

- `include_decision` boolean

## Response `200`

Download URL to get the fraud analysis report.

- ReportResponse
  - `download_url` string, required — Download URL to get the analysis report

## Other responses

- `400` — Bad request.
- `401` — Missing valid authentication credentials.
- `403` — Access to the requested resource is forbidden.
- `404` — The requested resource was not found.
- `409` — The report cannot be downloaded because the fraud analysis or adaptive decision was not completed successfully or was skipped.
- `429` — Request quota was exceeded

---

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