---
title: "List a patient's CALL_CONOSCITIVA appointments, each flagged with has_report"
method: GET
path: "/api/call-followup-reports/patient-appointments"
tags: ["call-followup-reports"]
---

# List a patient's CALL_CONOSCITIVA appointments, each flagged with has_report

`GET /api/call-followup-reports/patient-appointments`

## Query parameters

- `patient_id` string, uuid, required — Patient UUID

## Response `200`

Successful Response

- CallFollowupReportPatientAppointmentsResponse
  - `items` CallFollowupReportPatientAppointment[], required
    - `id` string, uuid, required
    - `appointment_datetime` string, date-time, required
    - `status` string, required
    - `has_report` boolean, required

## Other responses

- `422` — Validation Error

---

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