app.bsky.feed.getActorLikes
#main
Get a list of posts liked by an actor. Does not require auth.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
actor | string (at-identifier) | - | ✅ | - |
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
feed | array of app.bsky.feed.defs#feedViewPost | - | ✅ | - |