fm.teal.actor.searchActors

teal.fm

Documentation

main query

No description available.

Parameters

cursor string Optional

Cursor for pagination

limit integer Optional

The maximum number of actors to return

q string Required

The search query

Output

Encodingapplication/json
actors array Required

No description available.

cursor string Optional

Cursor for pagination

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
Cursor for pagination
The maximum number of actors to return
The search query
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "actors"
      ],
      "properties": {
        "actors": {
          "type": "array",
          "items": {
            "ref": "fm.teal.actor.defs#miniProfileView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string",
          "description": "Cursor for pagination"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 640,
        "description": "The search query",
        "maxGraphemes": 128
      },
      "limit": {
        "type": "integer",
        "maximum": 25,
        "minimum": 1,
        "description": "The maximum number of actors to return"
      },
      "cursor": {
        "type": "string",
        "description": "Cursor for pagination"
      }
    }
  }
}

Lexicon Garden

@