fm.teal.feed.getActorFeed

teal.fm

Documentation

main query

No description available.

Parameters

authorDID string did Required

The author's DID for the play

cursor string Optional

The cursor to start the query from

limit integer Optional

The upper limit of tracks to get per request. Default is 20, max is 50.

Output

Encodingapplication/json
plays 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 author's DID for the play
The cursor to start the query from
The upper limit of tracks to get per request. Default is 20, max is 50.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "plays"
      ],
      "properties": {
        "plays": {
          "type": "array",
          "items": {
            "ref": "fm.teal.feed.defs#playView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "authorDID"
    ],
    "properties": {
      "limit": {
        "type": "integer",
        "description": "The upper limit of tracks to get per request. Default is 20, max is 50."
      },
      "cursor": {
        "type": "string",
        "description": "The cursor to start the query from"
      },
      "authorDID": {
        "type": "string",
        "format": "did",
        "description": "The author's DID for the play"
      }
    }
  }
}

Lexicon Garden

@