place.stream.multistream.listTargets

did:web:stream.place

Documentation

List a range of targets for rebroadcasting a Streamplace stream.

main query

List a range of targets for rebroadcasting a Streamplace stream.

Parameters

cursor string Optional

No description available.

limit integer Optional

The number of targets to return.

Output

Encodingapplication/json
cursor string Optional

No description available.

targets array Required

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)
Parameters
The number of targets to return.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "targets"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "targets": {
          "type": "array",
          "items": {
            "ref": "place.stream.multistream.defs#targetView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "The number of targets to return."
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "List a range of targets for rebroadcasting a Streamplace stream."
}
record object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

uri string at-uri Required

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

value unknown Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid",
    "value"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "value": {
      "type": "unknown"
    }
  }
}

Lexicon Garden

@