---
title: "Download specific report"
method: GET
path: "/reports/{reportUid}"
tags: ["Reports"]
---

# Download specific report

`GET /reports/{reportUid}`

Download specific report.

## Path parameters

- `reportUid` string, uuid, required — The unique identifier of that specific report.

## Response `200`

Search results matching the criteria.

## Other responses

- `400` — Bad Request. Unable to interpret the request.
- `401` — Unauthorized. Unable to authenticate client to allow request.
- `403` — Forbidden. This Feature is not enabled. This feature has not been authorised for the client.
- `404` — Not found. The requested resource does not exist.
- `429` — Too many requests. Too many requests from the client hit the API.
- `500` — Internal error. There was an error processing the request; try again later.
- `503` — Service Unavailable. Unable process requests at this time, please try again later.
- `504` — Service Unavailable. Unable process requests at this time, please try again later.

---

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