---
title: "Retrieve a Report"
method: GET
path: "/reports/{report_id}"
---

# Retrieve a Report

`GET /reports/{report_id}`

## Path parameters

- `report_id` string, required

## Headers

- `X-Organization-Code` string, required

## Response `200`

200

- object
  - `id` string
  - `type` string
  - `start_date` string
  - `end_date` string
  - `merchant_reference_id` string
  - `created_at` string
  - `updated_at` string
  - `expires_at` string
  - `status` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
