---
title: "GET /api/reminder_profiles/{id}"
method: GET
path: "/api/reminder_profiles/{id}"
tags: ["Clinical"]
---

# GET /api/reminder_profiles/{id}

`GET /api/reminder_profiles/{id}`

Retrieve an existing reminder profile

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- ReminderProfile
  - `reminders` object[], required — Reminders set in the profile
    - `amount` integer
    - `type` 'email' | 'sms' | 'phone' | 'auto_call' — One of `"email"`, `"sms"` or `"auto_call"`
    - `unit` 'minutes' | 'hours' | 'days' | 'weeks' — One of `"email"`, `"sms"` or `"auto_call"`
  - `id` integer
  - `name` string
  - `doctor` integer, required — Doctor who created the profile. Other doctors in the practice group may have access to their profiles

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
