tools.ozone.signature.searchAccounts

ozone-lexicons.bsky.social

Documentation

Search for accounts that match one or more threat signature values.

main query

Search for accounts that match one or more threat signature values.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

values array of string Required

No description available.

Output

Encodingapplication/json
accounts array Required

No description available.

cursor string Optional

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "accounts"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "accounts": {
          "type": "array",
          "items": {
            "ref": "com.atproto.admin.defs#accountView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "values"
    ],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "values": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  },
  "description": "Search for accounts that match one or more threat signature values."
}

Lexicon Garden

@