Query User Alerts
Queries alerts across specified streams with filtering, pagination, and search.
The authenticated user must have access to the requested streams. Any stream IDs the user does not have access to will be silently excluded.
Request
This endpoint expects an object.
streams
Array of stream IDs to query. At least one required.
page
Page number.
limit
Results per page.
sortBy
Field to sort by.
sortDir
Sort direction. -1 for descending, 1 for ascending.
Allowed values:
viewedStatus
Filter by viewed status.
Allowed values:
text
Search terms to filter alerts.
textConditional
Logical operator for text search terms.
Allowed values:
dates
Date range filter.
Response
Successful response
Errors
400
Bad Request Error

