Collect the documents of a Document Request
download_documentsRetrieve all files uploaded by a client for a specific Document Request and download them as a single ZIP archive for local filing or review. Check the request status first to confirm documents are available.
Instructions
Call this when the Professional wants the files a Client has uploaded on a Document Request, for example to file them or read them locally. It returns every collected document as one zip archive, embedded in the result as binary content. The archive is the same download the dashboard offers and comes back only to the agent of the Professional, never to a third party. Use get_request first to check that documents have actually arrived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The Document Request whose collected files are wanted. |