#main
- queryGet a skeleton of suggested actors. Intended to be called and then hydrated through app.bsky.actor.getSuggestions
Query Parameters
Name | Type | Details |
---|---|---|
cursor |
string | |
limit |
integer |
Default: Minimum: Maxumum: |
relativeToDid |
string |
DID of the account to get suggestions relative to. If not provided, suggestions will be based on the viewer. Syntax Format: |
viewer |
string |
DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking. Syntax Format: |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
actors |
array (required) |
Elements are of type: |
cursor |
string | |
recId |
integer |
Snowflake for this recommendation, use when submitting recommendation events. |
relativeToDid |
string |
DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer. Syntax Format: |
Errors
No error types defined