place.stream.live.getLiveUsers

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.

Output

Encodingapplication/json
streams 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.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "streams": {
          "type": "array",
          "items": {
            "ref": "place.stream.livestream#livestreamView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "before": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Get a list of livestream segments for a user"
}

Lexicon Garden

@