---
title: "Returns a detailed report on the analysis that has taken place of a scanned document"
method: GET
path: "/api/images/scan-report-pdf/{scanId}"
tags: ["Images"]
---

# Returns a detailed report on the analysis that has taken place of a scanned document

`GET /api/images/scan-report-pdf/{scanId}`

## Path parameters

- `scanId` string, uuid, required

## Headers

- `apikey` string, required

## Response `200`

PDF document containing detail analysis of scanned documents as a byte stream.

- string, byte

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `403` — If requesting entity have no permission to access the resource.
- `404` — If scan matching the scanId was not found.
- `500` — If an unexpected exception occurred whilst processing the request.

---

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