chat.bsky.convo.getMessages
#main
Returns a page of messages from a conversation.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| convoId | string | - | ✅ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| messages | array of union chat.bsky.convo.defs#messageView chat.bsky.convo.defs#deletedMessageView chat.bsky.convo.defs#systemMessageView | - | ✅ | - |
| relatedProfiles | array of chat.bsky.actor.defs#profileViewBasic | - | ❌ | Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included. |