fm.teal.actor.getStatus

teal.fm

{
  "id": "fm.teal.actor.getStatus",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "isListening"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "status": {
              "ref": "fm.teal.feed.defs#playView",
              "type": "ref"
            },
            "message": {
              "type": "string"
            },
            "isListening": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "description": "The actor's DID or AT Protocol handle."
          }
        }
      },
      "description": "Get an actor's currently listening status."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fm.teal.actor.getStatus

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

Metadata

DID
did:plc:iwhuynr6mm6xxuh25o4do2tx
CID
bafyreigodfuegad2k3rx2x5vmv3nzct57ourpnhoubb5ivd7a7pcfdwmry
Indexed At
2026-08-19 01:01 UTC
AT-URI
at://did:plc:iwhuynr6mm6xxuh25o4do2tx/com.atproto.lexicon.schema/fm.teal.actor.getStatus

Referenced Schemas (1)

Lexicon Garden

@