Get contract download link
get_contract_download_linkGenerate a temporary signed URL to download a contract file as PDF or DOCX. Provide the contract ID and optional format.
Instructions
Generates a temporary, signed download URL for a contract's file (PDF or DOCX). Returns the link -- does NOT stream the file's bytes into the conversation. This is a POST endpoint with no persisted side effect (it only mints a short-lived URL), so it is classified as a read operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | File format for the generated link. Defaults to PDF if omitted. | |
| composite_id | Yes | Composite contract ID, e.g. 'T-123' or 'H-45'. |