Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.graph.getSuggestedFollowsByActor

bsky-lexicons.bsky.social

{
  "id": "app.bsky.graph.getSuggestedFollowsByActor",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "suggestions"
          ],
          "properties": {
            "recId": {
              "type": "integer",
              "description": "Snowflake for this recommendation, use when submitting recommendation events."
            },
            "isFallback": {
              "type": "boolean",
              "default": false,
              "description": "If true, response has fallen-back to generic results, and is not scoped using relativeToDid"
            },
            "suggestions": {
              "type": "array",
              "items": {
                "ref": "app.bsky.actor.defs#profileView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier"
          }
        }
      },
      "description": "Enumerates follows similar to a given account (actor). Expected use is to recommend additional accounts immediately after following one account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.graph.getSuggestedFollowsByActor

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

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreiahi7qtepek6mcgbiwaxdanlfrnfjgcjgwwaw6yigysozgmbkdumq
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.graph.getSuggestedFollowsByActor

Referenced Schemas (1)

Lexicon Garden

@