List attachments
list_attachmentsList what is attached to a company or to one of its projects. An attachment is either an uploaded file or an external link (Google Drive, Figma, a web page); the kind field says which. Browse this list to see what is attached and decide what to open, then use that row's url — for links it is the link itself, for files a signed link that expires after 15 minutes, so there is no need to call retrieve_attachments just to get the link. Attachments can also be created over MCP with create_attachments (inline text, base64 content, or a link) and removed with destroy_attachments. To read what a text attachment says, call read_attachments. Requires the company_id path parameter. Filter with project_id for a single project, or project_id__isnull=true for what is attached to the company itself rather than to a project. Each attachment carries app_url, a deep link to its project's attachments page — null for company-level attachments, which have no dedicated page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No |