app.bsky.notification.getUnreadCount

bsky-lexicons.bsky.social

Documentation

Count the number of unread notifications for the requesting account. Requires auth.

main query

Count the number of unread notifications for the requesting account. Requires auth.

Parameters

priority boolean Optional

No description available.

seenAt string datetime Optional

An RFC 3339 formatted timestamp.

Output

Encodingapplication/json
count integer Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
An RFC 3339 formatted timestamp.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "seenAt": {
        "type": "string",
        "format": "datetime"
      },
      "priority": {
        "type": "boolean"
      }
    }
  },
  "description": "Count the number of unread notifications for the requesting account. Requires auth."
}

Lexicon Garden

@