Skip to main content

app.bsky.unspecced.getSuggestionsSkeleton

#main

Get a skeleton of suggested actors. Intended to be called and then hydrated through app.bsky.actor.getSuggestions

Parameters

PropertyTypeKnown ValuesRequiredDescription
viewerstring (did)-DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.
limitinteger--
cursorstring--
relativeToDidstring (did)-DID of the account to get suggestions relative to. If not provided, suggestions will be based on the viewer.

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
cursorstring--
actorsarray of app.bsky.unspecced.defs#skeletonSearchActor--
relativeToDidstring (did)-DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.