---
title: "Return the data for all Reminders"
method: GET
path: "/reminders.json"
tags: ["Reminders"]
---

# Return the data for all Reminders

`GET /reminders.json`

Outlines the parameters, optional and required, used when requesting the data for all Reminders

## Query parameters

- `created_since` string, date-time
- `fields` string
- `ids[]` integer
- `limit` integer
- `notification_method_id` integer
- `order` 'next_delivery_at(asc)' | 'next_delivery_at(desc)' | 'id(asc)' | 'id(desc)'
- `page_token` string
- `state` 'initializing' | 'scheduling' | 'rescheduling' | 'scheduled' | 'attempting_delivery' | 'delivery_failed' | 'delivered' | 'delivery_skipped' | 'invalid_user'
- `subject_id` integer
- `subject_type` 'calendar_entry' | 'task'
- `updated_since` string, date-time
- `user_id` integer

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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