list_contract_documents
Retrieve all documents linked to a specific contract using its ID, with optional limit and offset for pagination.
Instructions
List all documents for a contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 100, max 100) | |
| offset | No | Pagination offset | |
| contract_id | Yes | Contract ID |