---
title: "List Patient Prescriptions"
method: GET
path: "/api/v1/patient/{patient_token}/prescriptions"
tags: ["api"]
---

# List Patient Prescriptions

`GET /api/v1/patient/{patient_token}/prescriptions`

Retrieve the list of Patient's prescriptions which includes the prescription token, medication name, medication sig, prescriber, date written, refills remaining, current prescription status and the fillable status.<br/><br/>Patient's prescriptions must already exist in the Truepill ecosystem in order to be retrieved.

## Path parameters

- `patient_token` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

---

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