Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Alert Notifications.
The endpoint returns all the alert notifications received by the user on email in the past 7 days. It also returns whether the notifications have been read by the user.
Request
GET
/alert_notifications
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
limit
integer
(Optional) Number of results to return (used with `offset`).
offset
integer
(Optional) Number of results to skip before returning any (used with `limit`).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Alert Notifications\n\nVersion 4.0.25.14 (latest)\n\nAlert Notifications.\n====================\n\nThe endpoint returns all the alert notifications received by the user on email in the past 7 days. It also returns whether the notifications have been read by the user.\n\nRequest\n-------\n\nGET /alert_notifications \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nlimit \ninteger \n(Optional) Number of results to return (used with \\`offset\\`). \noffset \ninteger \n(Optional) Number of results to skip before returning any (used with \\`limit\\`).\n\nResponse\n--------\n\n### 200: It shows all the alert notifications received by the user on email.\n\nDatatype \nDescription \n(array) \n[AlertNotifications](/looker/docs/reference/looker-api/latest/types/AlertNotifications)\\[\\] \nnotification_id \n*lock* \nstring \nID of the notification \nalert_condition_id \n*lock* \nstring \nID of the alert \nuser_id \n*lock* \nstring \nID of the user \nis_read \nboolean \nRead state of the notification \nfield_value \n*lock* \nnumber \nThe value of the field on which the alert condition is set \nthreshold_value \n*lock* \nnumber \nThe value of the threshold which triggers the alert notification \nran_at \n*lock* \nstring \nThe time at which the alert query ran \nalert \n*lock* \n[MobilePayload](/looker/docs/reference/looker-api/latest/types/MobilePayload) \nIt contains the details needed for mobile alerts payload\nExpand MobilePayload definition... \ntitle \n*lock* \nstring \nTitle of the alert \nalert_id \n*lock* \nstring \nID of the alert \ninvestigative_content_id \n*lock* \nstring \nID of the investigative content \ndashboard_name \n*lock* \nstring \nName of the dashboard on which the alert has been set \ndashboard_id \n*lock* \nstring \nID of the dashboard on which the alert has been set \nquery_slug \n*lock* \nstring \nSlug of the query which runs the alert queries.\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]