Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.9 KB

listNotifications.md

File metadata and controls

42 lines (32 loc) · 1.9 KB
title description
listNotifications
app.bsky.notification.listNotifications

#main

Enumerate notifications for the requesting account. Requires auth.

Parameters

Property Type Known Values Required Description
limit integer - -
cursor string - -
seenAt string (datetime) - -

Output

  • Encoding: application/json
Property Type Known Values Required Description
cursor string - -
notifications array of #notification - -
seenAt string (datetime) - -

#notification

Property Type Known Values Required Description
uri string (at-uri) - -
cid string (cid) - -
author app.bsky.actor.defs#profileView - -
reason string like
repost
follow
mention
reply
quote
Expected values are 'like', 'repost', 'follow', 'mention', 'reply', and 'quote'.
reasonSubject string (at-uri) - -
record unknown - -
isRead boolean - -
indexedAt string (datetime) - -
labels array of com.atproto.label.defs#label - -