fm.teal.actor.getProfiles

teal.fm

Documentation

main query

No description available.

Parameters

actors array of string Required

Array of actor DIDs or handles

Output

Encodingapplication/json
actors 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
Array of actor DIDs or handles
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "actors"
      ],
      "properties": {
        "actors": {
          "type": "array",
          "items": {
            "ref": "fm.teal.actor.defs#miniProfileView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actors"
    ],
    "properties": {
      "actors": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-identifier"
        },
        "description": "Array of actor DIDs or handles"
      }
    }
  }
}

Lexicon Garden

@