Skip to main content

app.bsky.notification.listNotifications

#main

Enumerate notifications for the requesting account. Requires auth.

Parameters

PropertyTypeKnown ValuesRequiredDescription
reasonsarray-A reason that matches the reason property of #notification.
limitinteger--
priorityboolean--
cursorstring--
seenAtstring (datetime)--

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
cursorstring--
notificationsarray of #notification--
priorityboolean--
seenAtstring (datetime)--

#notification

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
authorapp.bsky.actor.defs#profileView--
reasonstringlike
repost
follow
mention
reply
quote
starterpack-joined
verified
unverified
like-via-repost
repost-via-repost
subscribed-post
The reason why this notification was delivered - e.g. your post was liked, or you received a new follower.
reasonSubjectstring (at-uri)--
recordunknown--
isReadboolean--
indexedAtstring (datetime)--
labelsarray of com.atproto.label.defs#label--