chat.firehose.getUserChannels

firehosechat.pds.atproto.ooo

Documentation

Get channels for the authenticated user.

main query

Get channels for the authenticated user.

Output

Encodingapplication/json
channels array Optional

No description available.

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "channels": {
          "type": "array",
          "items": {
            "ref": "#channel",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get channels for the authenticated user."
}
channel object

No description available.

Properties

name string Optional

No description available.

uri string Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "uri": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}

Lexicon Garden

@