List Article Attachments
list_article_attachmentsRetrieve metadata for all attachments on a Help Center article, including inline and block attachments, using the article ID.
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. |