---
title: "Retreive order report resource"
method: GET
path: "/report/{reportId}"
tags: ["Report"]
---

# Retreive order report resource

`GET /report/{reportId}`

When an Order is complete, all the data returned by each of the search components is collected into a comprehensive Report. That report is available as a PDF or as a base64 encoded string representing a complete HTML page, and the path to that URI is exposed in the Reports array on the Order resource. </br></br> Once you have the Report resource you may decode the string, and store as a regular HTML file, a PDF, or parse it directly for specific result contents.

## Path parameters

- `reportId` string, required

## Query parameters

- `type` string

## Response `200`

Success Response

- OrderReportResponse
  - `id` string
  - `resource` string
  - `created` string, date-time
  - `supportReferenceId` string
  - `reportFormat` string
  - `report` string — Base 64 encoded HTML file

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Response
- `500` — Internal Server error

---

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