ListNotifications returns notification entries for given organization.Ask AIget https://api.cast.ai/v1/notificationsQuery Paramspage.limitstringpage.cursorstringCursor that defines token indicating where to start the next page. Empty value indicates to start from beginning of the dataset.filter.severitiesarray of stringsThe severities you want to filterfilter.severitiesADD stringfilter.isAckedbooleanFilters to return acknowledged or not acknowledged notifications.truefalsefilter.notificationIdstringThe id of the Notificationfilter.notificationNamestringThe name of the Notificationfilter.clusterIdstringThe id of the Cluster included in the ClusterMetadatafilter.clusterNamestringThe name of the Cluster included in the ClusterMetadatafilter.operationIdstringThe id of the Operation included in the OperationMetadatafilter.operationTypestringThe type of the Operation included in the OperationMetadatafilter.projectstringThe project the cluster belongs in the ClusterMetadatafilter.isExpiredbooleanFilters to return expired or not expired notifications.truefalsesort.fieldstringName of the field you want to sortsort.orderstringenumDefaults to ASCThe sort order, possible values ASC or DESC, if not provided asc is the default ASC: ASC asc: desc DESC: ASC desc: desc ASCascDESCdescAllowed:ASCascDESCdescResponse 200A successful response.Updated 7 months ago