Notification Logs
Last updated
Last updated
Use these operations to interact with notification logs in Cortex.
Your API key must have the View notification logs
permission.
Retrieve notification logs based on the provided filters. API key must have the View Notification logs
permission.
The unique identifier of the notification run that this log is associated with.
The type of notification.
The status of the notification.
The type of the notification recipient.
The email address that this notification was sent to.
The unique identifiers of the entities that the notifications were sent to.
The channel in Slack or MS Teams where the notification was sent.
The medium used to send the notification.
The reason why a notification was ignored.
The reason why a notification failed to send.
The ISO date and time to start the search from.
2021-01-01T00:00:00
The ISO date and time to end the search at.
2021-01-01T00:00:00
Number of results to return per page, between 1 and 1000. Default 250.
Page number to return, 0-indexed. Default 0.
Sort the results ascending or descending.
ASC
, DESC
Retrieve notification runs based on the provided filters. API key must have the View Notification logs
permission.
The type of notification.
The status of the notification.
The medium used to send the notification.
The reason why a notification run was ignored.
The reason why a notification run failed.
A search query to filter the results.
Whether to include the objects associated with the notification run.
The ISO date and time to start the search from.
2021-01-01T00:00:00
The ISO date and time to end the search at.
2021-01-01T00:00:00
Number of results to return per page, between 1 and 1000. Default 250.
Page number to return, 0-indexed. Default 0.
Sort the results ascending or descending.
ASC
, DESC