---
title: "Paginated multidisciplinary reports"
method: GET
path: "/api/analytics/multidisciplinary-reports"
tags: ["analytics"]
---

# Paginated multidisciplinary reports

`GET /api/analytics/multidisciplinary-reports`

Returns paginated multidisciplinary reports. Admin: all. Supervisor: only reports of supervised operators. Coordinator: only reports of operators under assigned supervisors.

## Query parameters

- `per_page` integer — Page size.
- `page` integer — Page number.

## Response `200`

Successful Response

- MultidisciplinaryReportsResponse — Multidisciplinary reports response model.
  - `total` integer, required — Reports matching the operator scope before pagination
  - `per_page` integer, required — Page size
  - `page` integer, required — Page number (1-based)
  - `reports` MultidisciplinaryReportItem[] — Paginated list of multidisciplinary reports
    - `id` string, uuid, required — Report UUID
    - `patient_id` string, uuid, nullable — Patient UUID
    - `patient_name` string, nullable — Patient display name (first + last)
    - `psychologist_id` string, uuid, nullable — Psychologist operator UUID
    - `psychologist_name` string, nullable — Psychologist display name
    - `nutritionist_id` string, uuid, nullable — Nutritionist operator UUID
    - `nutritionist_name` string, nullable — Nutritionist display name
    - `nutrition_answers` unknown
    - `psychology_answers` unknown
    - `comparison` ComparedSection[] — Each expert's answer per question, side by side
      - `sezione` string, required — Section title, carrying its ordering prefix
      - `risposte` object — Compared answers, keyed by question label
    - `agreement` ReportAgreement — How far the two experts agreed, over the questions that were comparable.
      - `matching` integer — Questions answered identically
      - `total` integer — Questions both experts answered
    - `status` 'pending' | 'completed' | 'discordant' — Where a report sits in its cycle, derived from the two experts' answers.
    - `type` string — Report type label
    - `created_at` string, date-time, required — Report creation timestamp

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