List Article Attachments
list_article_attachmentsList all attachments for a Help Center article by providing its ID. Returns metadata such as file name, content type, size, and URL for each attachment.
Instructions
List all attachments for an article. Returns attachment metadata only (id, file name, content type, size, URL), not the file bytes; both inline and block attachments are included. This is for Help Center articles — for attachments on support tickets use get_ticket_attachments instead. Upload new files with create_article_attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | ID of the Help Center article whose attachments to list. |