get_pubnub_messages
Retrieve historical messages from PubNub channels with start/end timetokens and count limits. Fetches message content and metadata in JSON format, supporting pagination for efficient data access.
Instructions
Fetches historical messages from one or more PubNub channels. Call this tool whenever you need to access past message history. Provide a list of channel names. Returns message content and metadata in JSON format. Supports pagination with start/end timetokens and count limit.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channels | Yes | List of one or more PubNub channel names (strings) to retrieve historical messages from | |
count | No | Number of historical messages to return per channel (default: 100 for single channel, 25 for multiple channels) | |
end | No | Timetoken delimiting the end of time slice (inclusive) to pull messages from | |
start | No | Timetoken delimiting the start of time slice (exclusive) to pull messages from |