> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.thymia.ai/apollo/llms.txt.
> For full documentation content, see https://docs.thymia.ai/apollo/llms-full.txt.

# Reports

Every Apollo model run that completes with status `COMPLETE_OK`
generates a clinical report available in two formats — a web view
and a downloadable PDF.

<Warning>
  Apollo reports must be reviewed and interpreted by a qualified
  healthcare professional. They must not be shared directly with
  patients without clinical review.
</Warning>

## Report URLs

```json
{
  "report": {
    "viewUrl": "https://reports.thymia.ai/v1/reports/a1b2c3d4?token=...",
    "pdfUrl": "https://reports.thymia.ai/v1/reports/a1b2c3d4/pdf?token=...",
    "accessExpiresAt": "2024-03-08T09:01:10Z"
  }
}
```

| Field             | Description                              |
| ----------------- | ---------------------------------------- |
| `viewUrl`         | URL to view the report in a browser      |
| `pdfUrl`          | URL to download the report as a PDF      |
| `accessExpiresAt` | ISO 8601 timestamp when both URLs expire |

## URL expiry

<Warning>
  Report URLs expire at the time indicated in `accessExpiresAt`.
  To retrieve fresh URLs, poll the model run endpoint again — new
  URLs will be returned as long as the model run data has not been
  deleted.
</Warning>

<Note>
  If data deletion is enabled (`deleteData: true`), report URLs will
  become inaccessible 12 hours after the model run completes,
  regardless of `accessExpiresAt`. Ensure reports are accessed and
  stored before this window closes.
</Note>

## Accessing the report

### Web view

```html
<iframe
  src="https://reports.thymia.ai/v1/reports/a1b2c3d4?token=..."
  width="100%"
  height="800px">
</iframe>
```

### PDF download

```bash
curl "https://reports.thymia.ai/v1/reports/a1b2c3d4/pdf?token=..." \
  -o apollo-report-patient-5678.pdf
```

## Report contents

| Section                     | Description                                                  |
| --------------------------- | ------------------------------------------------------------ |
| **Patient details**         | User label, assessment date, and model version               |
| **Disorder summary**        | Probability and severity scores for depression and anxiety   |
| **Symptom breakdown**       | Severity and distribution scores for all core DSM-V symptoms |
| **Clinical interpretation** | Guidance on interpreting scores in a clinical context        |

## Storing reports

For clinical governance and audit purposes, download and store the
PDF report in your patient records system as soon as it becomes
available — particularly if data deletion is enabled.

## Next steps

* [Interpreting Results](/apollo/interpreting-results)
* [Error Reference](/apollo/error-reference)
* [API Reference](/api-reference)

<div>
  ***
</div>

<div>
  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/bc677a592c05a522bf7c895b7e9f00da344a3487d5e6baf5e35f4b013bf0e0e5/docs/assets/certs/crown-commerical-logo.png" alt="Crown Commercial Service" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/0fd8cd1c5e2bf5fe9c88a9671b5d62d76ee00fff93b057d3f28295f6e74a8e54/docs/assets/certs/nhs-digital-toolkit-logo.png" alt="NHS Digital" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/3408b37c11afb0482b6108012fdea2edc6843ffa1a6a485d9440f2c28067165c/docs/assets/certs/iso-27001-logo.png" alt="ISO 27001" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/f82c2989ef0c7907f8acc1bf38c1debfb8061a0bad0fd4aff7a724794739e5b0/docs/assets/certs/iso-13485-logo.png" alt="ISO 13485" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/44816901d032fd0dc4b99030c62e6841d10b1796fde6dd1615bf23eb84f9114b/docs/assets/certs/HIPPA-logo.png" alt="HIPAA" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/1c6800dfced2f3bd97bd907302e2ae105c99ed91fd381e0cd64eef7886394779/docs/assets/certs/gdpr-logo.png" alt="GDPR" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/2276326b82aee8a143219440498266a25a1425c423a6854489e706af50d38118/docs/assets/certs/cyber-essentials-logo.png" alt="Cyber Essentials Certified" />
</div>