List Documents
Document
List Documents
Lists all Documents that can be retrieved for a Patient.
GET
List Documents
This endpoint returns the document references available at Metriport which are associated with the given Patient and match the provided filters, if any. To start a new Network Query, see the Start Network Query endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Params
The ID of the Patient for which to list available Documents.
The start date (inclusive) for which to filter document references - formatted
YYYY-MM-DD as per
ISO 8601. If not provided, no start date filter will be applied.The end date (inclusive) for which to filter document references - formatted
YYYY-MM-DD as per
ISO 8601. If not provided, no end date filter will be applied.Value to search within the document reference and the actual contents of the document (minimum 3 chars). For more details see the “search syntax” section
below.
Response
An array of the DocumentReference available for the Patient matching the provided filters, if any.See FHIR DocumentReference.

