fm.teal.feed.getActorFeed

teal.fm

{
  "id": "fm.teal.feed.getActorFeed",
  "defs": {
    "main": {
      "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"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "This lexicon is in a not officially released state. It is subject to change. | Retrieves multiple plays from the index or via an author's DID."
}

Validate Record

Validate a record against fm.teal.feed.getActorFeed

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:iwhuynr6mm6xxuh25o4do2tx
CID
bafyreig4yzqx3bxbqcfkerguo5x3guo4gv64dhib6tcnrj7sjblaop25pa
Indexed At
2026-08-15 17:25 UTC
AT-URI
at://did:plc:iwhuynr6mm6xxuh25o4do2tx/com.atproto.lexicon.schema/fm.teal.feed.getActorFeed

Referenced Schemas (1)

Lexicon Garden

@