Documents
Download Document
Download a lab report document by file ID
GET
Download a lab report document by its file ID. Returns the raw file bytes with the appropriate
Content-Type header. Document IDs are obtained from the documents array in the Get Lab Results response.
Access is validated against the profile that owns the document.
Request
Path parameters
File ID (UUID) from the
documents array in the appointment results response.Response
On success, the API returns200 OK with the file bytes and appropriate Content-Type header (e.g., application/pdf).
Error responses
| Status | Description |
|---|---|
400 | Invalid ID format — the provided value is not a valid UUID. |
403 | Forbidden — your API key does not have access to this operation or the document is outside your access context. |
404 | Document not found. |
500 | Internal server error. |