---
title: "Retrieve Saved Report"
method: GET
path: "/print-mail/v1/reports/{id}"
tags: ["Reports"]
---

# Retrieve Saved Report

`GET /print-mail/v1/reports/{id}`

Retrieve the details of a specific saved report by its ID.

## Path parameters

- `id` string, required

## Response `200`

The requested Report object.

- Report — Represents a saved Report definition.
  - `id` string, required — Unique identifier for the report.
  - `object` 'report', required — Always `report`.
  - `live` boolean, required — Indicates if the report is associated with the live or test environment.
  - `sqlQuery` string, required — The SQL query defining the report.
  - `description` string — An optional user-friendly description for the report.
  - `metadata` object — Optional key-value metadata associated with the report.
  - `createdAt` string, date-time, required — Timestamp when the report was created.
  - `updatedAt` string, date-time, required — Timestamp when the report was last updated.

## Other responses

- `401` — The requested Report object.
- `404` — The requested Report object.
- `422` — The requested Report object.
- `429` — The requested Report object.
- `500` — The requested Report object.

---

[API](https://skmtc.net/postgrid/apis/postgrid-print-mail-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-print-mail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-print-mail-api/versions/6bb9d268c5d1/schema)
