list_documents
Retrieve all documents associated with a property, project, or contact, including floor plans, exposés, contracts, and photos. Filter by one ID to see uploaded files.
Instructions
List documents attached to a property, project, or contact.
Documents include floor plans (Grundrisse), exposés, contracts, photos, and any other uploaded files.
Use this tool to:
See all documents for a property ("Where's the Grundriss?")
List a contact's uploaded files
Find exposés or contracts for a project
Check what's already been uploaded before adding more
Filter by exactly one of property_id, project_id, or client_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort string (e.g. 'created_at,desc') | |
| per_page | No | Results per page (default: 25) | |
| client_id | No | Filter by contact ID | |
| project_id | No | Filter by project ID | |
| property_id | No | Filter by property ID |