Backfill in-progress. Some lexicons and records may be missing or incomplete.

chat.bsky.moderation.getMessageContext

bsky-lexicons.bsky.social

Documentation

main query

Parameters

after integer Optional

No description provided.

before integer Optional

No description provided.

convoId string Optional

Conversation that the message is from. NOTE: this field will eventually be required.

messageId string Required

No description provided.

Output

Encodingapplication/json
messages array Required

No description provided.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Conversation that the message is from. NOTE: this field will eventually be required.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "messages"
      ],
      "properties": {
        "messages": {
          "type": "array",
          "items": {
            "refs": [
              "chat.bsky.convo.defs#messageView",
              "chat.bsky.convo.defs#deletedMessageView"
            ],
            "type": "union"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "messageId"
    ],
    "properties": {
      "after": {
        "type": "integer",
        "default": 5
      },
      "before": {
        "type": "integer",
        "default": 5
      },
      "convoId": {
        "type": "string",
        "description": "Conversation that the message is from. NOTE: this field will eventually be required."
      },
      "messageId": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@