Skip to main content
For user
Group: Notification APIs
Use this when you need: For user.

Usage

Parameters

ParameterTypeRequiredDescription
fidnumberFID of the user you you want to fetch notifications for. The response will respect this user's mutes and blocks.
xNeynarExperimentalboolean-
typeArray<FetchAllNotificationsTypeEnum>-
limitnumber-
cursorstring-

Response

Returns a RequestArgs object.

Error Handling

📖 API Reference: fetchAllNotifications For detailed information about the HTTP endpoint, request/response schemas, and additional examples, see the complete API documentation.

Tips

  • Provide a viewerFid when supported to respect mutes/blocks and include viewer_context.
  • Keep requests scoped (e.g., use limit) to improve latency.
  • Cache results where sensible.