curl --request GET \
--url https://app.nex.ai/api/developers/v1/notifications/feed \
--header 'Authorization: <api-key>'{
"items": [
{
"id": "<string>",
"type": "<string>",
"status": "<string>",
"alert_time": "2023-11-07T05:31:56Z",
"sent_at": "2023-11-07T05:31:56Z",
"content": {
"important_items": [
{}
],
"entity_changes": [
{}
]
}
}
]
}Returns recent context alerts generated by the server-side notification system. Use the since parameter for incremental polling.
curl --request GET \
--url https://app.nex.ai/api/developers/v1/notifications/feed \
--header 'Authorization: <api-key>'{
"items": [
{
"id": "<string>",
"type": "<string>",
"status": "<string>",
"alert_time": "2023-11-07T05:31:56Z",
"sent_at": "2023-11-07T05:31:56Z",
"content": {
"important_items": [
{}
],
"entity_changes": [
{}
]
}
}
]
}API key for authentication (format: "Bearer YOUR_API_KEY")
Maximum number of notifications to return (default: 20, max: 50)
Only return notifications after this ISO 8601 timestamp (for incremental polling)
List of notification feed items
List of notification feed items
Hide child attributes
Unique notification ID
Notification type (e.g., 'context_alert', 'digest')
Notification status (e.g., 'unread', 'read')
When the alert condition was detected
When the notification was sent