social.colibri.channel.listReactions

colibri.social

Documentation

Lists the aggregated reactions on a message.

main query

Lists the aggregated reactions on a message.

Parameters

message string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
reactions array Required

No description available.

Errors

InvalidRequest A parameter or body field was missing or malformed.
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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest",
      "description": "A parameter or body field was missing or malformed."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "reactions"
      ],
      "properties": {
        "reactions": {
          "type": "array",
          "items": {
            "ref": "lex:social.colibri.channel.defs#reactionView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "message"
    ],
    "properties": {
      "message": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Lists the aggregated reactions on a message."
}

Lexicon Garden

@