List documents
metriport_list_documentsList the document references currently available for a Patient at Metriport (optionally filtered by date range and content search). Medical API: GET /medical/v1/document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | No | Inclusive end date yyyy-mm-dd. | |
| content | No | Text to search within the document reference and contents (min 3 chars). | |
| dateFrom | No | Inclusive start date yyyy-mm-dd. | |
| patientId | Yes | The Patient ID whose available documents to list. |