get_event_contributions
List all contributions for an event, showing speakers, authors, titles, and schedule. Supports pagination to browse large result sets.
Instructions
List contributions for an event.
Each contribution includes: title, speakers, authors, start time, duration, session, track, abstract/description, and room.
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. | |
| limit | No | Maximum contributions to return (default 200, max 1000). Use with offset for paging. | |
| offset | No | Pagination offset for retrieving further results. | |
| include_attachments | No | If true, include attachment metadata for each contribution. | |
| 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 | |||