Raycast notifications
List notifications
Page through notifications addressed to the authorized member.
GET
Page through notifications addressed to the authorized member.
Use an OAuth access token issued to
kato-raycast. Developer keys cannot call this endpoint. See Raycast authentication.
Required scopes: notifications:read.
Ordered newest first by creation time then ID. Uses Raycast offset cursors. Other members’ notifications are not returned.
Parameters
string
all (default), unread, or read.
string
Opaque nextCursor returned by this Raycast collection; do not use a developer API cursor.
integer
Default 50; 1–100.
Response
200 —data notification objects, hasMore, and nextCursor.