---
title: "List recalls"
method: GET
path: "/recalls"
tags: ["Recall"]
---

# List recalls

`GET /recalls`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `recalls` Recall[]
    - `archived_at` string, date-time, nullable
    - `created_at` string, date-time
    - `id` string, int64
    - `links` object
      - `self` string, uri
    - `notes` string, nullable
    - `patient` object
      - `links` object
        - `self` string, uri
    - `recall_at` string, date
    - `recall_type` object
      - `links` object
        - `self` string, uri
    - `recalled` boolean, nullable
    - `recalled_at` string, date-time, nullable
    - `recalled_by_user` object
      - `links` object
        - `self` string, uri
    - `updated_at` string, date-time
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` string, uri

---

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