---
title: "List Reminders"
method: GET
path: "/users/me/reminders"
tags: ["reminders"]
---

# List Reminders

`GET /users/me/reminders`

List reminders for the authenticated user

## Query parameters

- `limit` integer — Maximum number of reminders to return
- `include_completed` boolean — Whether to include completed reminders
- `include_scheduled` boolean — Whether to include scheduled reminders
- `expand_recurring` boolean — Expand recurring reminders into individual occurrences
- `start_date` string, nullable — Start date for expanding recurring reminders (ISO format)
- `end_date` string, nullable — End date for expanding recurring reminders (ISO format)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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