persons_list_files
Retrieve all files attached to a person, including metadata and download URLs. Supports pagination and sorting for organized access.
Instructions
List all files attached to a specific person.
Returns all files associated with the person, including:
File metadata (name, type, size)
Upload information (uploader, timestamps)
File URL for download
Associated deal/organization if applicable
Supports:
Pagination for large file lists
Sorting by various fields
This includes files uploaded directly to the person and files from related deals/activities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID | |
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 500 (default: 100) | |
| sort | No | Field to sort by (e.g., "add_time", "file_name") |