{
"id": "chat.sprk.convo.getMessages",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"messages"
],
"properties": {
"cursor": {
"type": "string"
},
"messages": {
"type": "array",
"items": {
"refs": [
"chat.sprk.convo.defs#messageView",
"chat.sprk.convo.defs#deletedMessageView"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"convoId"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"convoId": {
"type": "string"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:cveom2iroj3mt747sd4qqnr2
- CID
-
bafyreid7q72sdxg35xkaeo7jp54kt6zqnbykojet7okmw6ptm32hyz5iba
- Indexed At
- 2026-06-26 00:16 UTC
- AT-URI
-
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/chat.sprk.convo.getMessages