Skip to main content

app.bsky.feed.getLikes

#main

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

Parameters

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)-AT-URI of the subject (eg, a post record).
cidstring (cid)-CID of the subject record (aka, specific version of record), to filter likes.
limitinteger--
cursorstring--

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
cursorstring--
likesarray of #like--

#like

PropertyTypeKnown ValuesRequiredDescription
indexedAtstring (datetime)--
createdAtstring (datetime)--
actorapp.bsky.actor.defs#profileView--