---
title: "Reports available to the consenting patient"
method: GET
path: "/partner/me/reports"
tags: ["partner-oauth"]
---

# Reports available to the consenting patient

`GET /partner/me/reports`

Returns download paths rather than signed capability URLs, so that revoking the grant immediately stops downloads.

## Response `200`

List of reports

- object[]
  - `created_time` string, date-time, nullable
  - `date_since` string, date, nullable
  - `date_until` string, date, nullable
  - `download_path` string
  - `report_id` integer
  - `report_sent_time` string, date-time, nullable
  - `status` string

## Other responses

- `401` — Invalid, expired or revoked delegated token
- `403` — Missing reports:read scope

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
