---
title: "List call conoscitiva records (paginated, most recent first)"
method: GET
path: "/api/call-followup-reports"
tags: ["call-followup-reports"]
---

# List call conoscitiva records (paginated, most recent first)

`GET /api/call-followup-reports`

## Query parameters

- `page` integer — Page number (1-based)
- `patient_name` string, nullable — Filter by patient name (partial match)
- `payment_date_from` string, date, nullable — Filter: payment date on/after (Europe/Rome)
- `payment_date_to` string, date, nullable — Filter: payment date on/before (Europe/Rome)

## Response `200`

Successful Response

- CallFollowupReportListResponse
  - `items` CallFollowupReportResponse[], required
    - `id` string, uuid, required
    - `patient_id` string, uuid, required
    - `patient_name` string, nullable
    - `appointment_id` string, uuid, nullable
    - `appointment_datetime` string, date-time, nullable
    - `payment_date` string, date-time, nullable
    - `subscription_date` string, date-time, nullable
    - `journey_description` string, nullable
    - `created_at` string, date-time, nullable
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required
  - `total_pages` integer, 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)
