Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.54 KB

getLikes.md

File metadata and controls

38 lines (28 loc) · 1.54 KB
title description
getLikes
app.bsky.feed.getLikes

#main

Get like records which reference a subject (by AT-URI and CID).

Parameters

Property Type Known Values Required Description
uri string (at-uri) - AT-URI of the subject (eg, a post record).
cid string (cid) - CID of the subject record (aka, specific version of record), to filter likes.
limit integer - -
cursor string - -

Output

  • Encoding: application/json
Property Type Known Values Required Description
uri string (at-uri) - -
cid string (cid) - -
cursor string - -
likes array of #like - -

#like

Property Type Known Values Required Description
indexedAt string (datetime) - -
createdAt string (datetime) - -
actor app.bsky.actor.defs#profileView - -