list_event_attachments
List all file attachments and links for an event or contribution, returning details like filename, type, size, and download URL. Use to discover slides, papers, and minutes before downloading.
Instructions
List all file attachments and links for an event (or a specific contribution).
Returns a flat list of attachments, each with: id, title, filename, content_type, size, download_url, and the folder/contribution/event context it belongs to.
Use this to discover what files (slides, papers, minutes, etc.) are attached to an event or contribution before downloading them with download_attachment.
Returns both items and pagination metadata so partial results are explicit.
Use has_more / next_offset to retrieve additional pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Indico event ID. | |
| contribution_id | No | If set, only list attachments for this contribution. | |
| limit | No | Maximum attachments to return (default 200, max 1000). Use with offset for paging. | |
| offset | No | Pagination offset for retrieving further results. | |
| instance | No | Named Indico instance to query. Use only configured names. If omitted, the server default instance is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||