---
title: "List Contact Reminders"
method: GET
path: "/v1/contacts/{contact_id}/reminders"
tags: ["Reminders"]
---

# List Contact Reminders

`GET /v1/contacts/{contact_id}/reminders`

## Path parameters

- `contact_id` integer, required — Contact id

## Query parameters

- `cursor` string — Opaque cursor from a previous response (next_cursor).
- `page_size` integer — Records per page (max 100).

## Response `200`

Successful Response

- ExternalListExternalReminderView
  - `data` ExternalReminderView[], required
    - `id` string, required
    - `title` string, required
    - `description` string
    - `status` string — active | inactive | completed | past_due
    - `private` boolean — A private reminder is only visible to its creator.
    - `start_on` string, date-time, required
    - `due_on` string, date-time
    - `recurrent` boolean
    - `recurrent_type` string — once | day | week | month | year | custom | last_month
    - `created_by` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
      - `id` string, required
      - `name` string
    - `created` string, date-time, required
  - `next_cursor` string
  - `has_more` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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