---
title: "Get analysis feedback"
method: GET
path: "/v2/submission/{submission_id}/feedback"
---

# Get analysis feedback

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

Get custom feedback for the document analysis result previously stored with a PUT request to this endpoint.

## Path parameters

- `submission_id` string, required

## Response `200`

Custom feedback for fraud analysis.

- FeedbackResponse
  - `analysis_feedback` 'CORRECT' | 'NOT_CORRECT', required — Type of feedback on the result of document analysis.
  - `comment` string, nullable — Additional feedback comment.
  - `updated` string, required — UTC date and time of the latest feedback update.

## Other responses

- `401` — Missing valid authentication credentials.
- `403` — Access to the requested resource is forbidden.
- `404` — Not found. Submission or feedback doesn't exist.
- `415` — Unsupported media type.
- `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)
