---
title: "Get recall"
method: GET
path: "/recalls/{id}"
tags: ["Recall"]
---

# Get recall

`GET /recalls/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- 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

---

[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)
