social.colibri.notification.listNotifications

colibri.social

Documentation

Lists the authenticated user's notifications, paginated.

main query

Lists the authenticated user's notifications, paginated.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

notifications array Required

No description available.

Errors

AuthRequired Missing, malformed, or unverifiable service auth.
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
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "Missing, malformed, or unverifiable service auth."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "notifications"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "notifications": {
          "type": "array",
          "items": {
            "ref": "lex:social.colibri.notification.defs#notificationView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer"
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Lists the authenticated user's notifications, paginated."
}

Lexicon Garden

@