Read a channel
get_channel_messagesRead messages from a studio channel, oldest first, with author, time, text, and attachment URLs. Use the lastMessageId as 'since' to fetch only new messages for efficient polling.
Instructions
Messages in a studio channel, oldest first, with author, time, text and attachment URLs. Pass the lastMessageId from the previous read as since to get only what is new — that is how a poll avoids re-reading. Attachment links are signed and expire within about a day, so download art when you see it rather than saving the URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many at most. Defaults to 50. | |
| since | No | Only messages after this one. A message id, or a time like 2026-08-19T10:00:00Z. | |
| channelId | Yes | Channel id from list_artist_channels. |