place.stream.live.getSegments

did:web:iame.li

Documentation

Get a list of livestream segments for a user

main query

Get a list of livestream segments for a user

Parameters

before string datetime Optional

An RFC 3339 formatted timestamp.

limit integer Optional

No description available.

userDID string did Required

The DID of the potentially-following user

Output

Encodingapplication/json
segments 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)
Parameters
An RFC 3339 formatted timestamp.
The DID of the potentially-following user
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "segments": {
          "type": "array",
          "items": {
            "ref": "place.stream.segment#segmentView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "userDID"
    ],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "before": {
        "type": "string",
        "format": "datetime"
      },
      "userDID": {
        "type": "string",
        "format": "did",
        "description": "The DID of the potentially-following user"
      }
    }
  },
  "description": "Get a list of livestream segments for a user"
}

Lexicon Garden

@