Get Channel Events
neuron_get_channel_eventsRetrieve the event log for a channel, including connection events, message events, and errors. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the channel | |
| page | No | Page number for pagination (starts at 1) | |
| limit | No | Number of events to return per page |