get_event_comments
Get comments and discussion for a Partiful event by ID. Returns each comment's author, text, and timestamp.
Instructions
Get comments/discussion posted on a Partiful event by ID. Returns an array of comment objects (author, text, timestamp) for that event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: comments, comments.createdAt, comments.eventId, comments.id, comments.text, comments.userId | |
| event_id | Yes | The Partiful event ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | No |