# Get Universal Alert Status Returns an array of all alerts associated with the network, but from the view of the job queue, including all the internal state of the job. The data field of this response contains the client facing alert alert model. This endpoint is to assist with seeing the internals of the job queue. Endpoint: GET /api/v1/universal-alert/status Security: ApiKey ## Query parameters: - `network_id` (integer, required) Unique identifier of the network whose configuration should be managed ## Response 200 fields (application/json): - `alerts` (array) Example: [{"id":"14","data":{"uuid":"eecc4727-707d-48f2-b5e4-3c6aa6745aec","enabled":true,"alert_name":"Preset Rise and Shine","external_id":14,"rrule":"DTSTART;TZID=Europe/London:20220101T080000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR,SA,SU\r\n","monitor":{"monitor_mode":"SIMPLE","duration_minutes":120},"meta":{"alert_type":"RISE_AND_SHINE_PRESET"},"analytics_tag":"riseAndShinePreset","no_motion_actions":[{"action":"fcm_push","payload":{"data":{"title":"Rise and Shine","body":"Your loved one has not begun their day","click_action":"CustomAlertEvent","sound":"Aura_Push_Final.wav"},"apns":{"headers":{"apns-push-type":"alert","apns-topic":"com.csc.HaloHome"},"payload":{"aps":{"alert":{"title":"Rise and Shine","body":"Your loved one has not begun their day"},"sound":"Aura_Push_Final.wav","category":"CustomAlertEvent"}}}},"user_ids":[]},{"action":"custom_event","payload":{"data":{"title":"Rise and Shine","body":"Your loved one has not begun their day"}},"user_ids":[]}],"motion_actions":[{"action":"fcm_push","payload":{"data":{"title":"Rise and Shine","body":"Your loved one has begun their day","click_action":"CustomAlertEvent","sound":"Aura_Push_Final.wav"},"apns":{"headers":{"apns-push-type":"alert","apns-topic":"com.csc.HaloHome"},"payload":{"aps":{"alert":{"title":"Rise and Shine","body":"Your loved one has begun their day"},"sound":"Aura_Push_Final.wav","category":"CustomAlertEvent"}}}},"user_ids":[]},{"action":"custom_event","payload":{"data":{"title":"Rise and Shine","body":"Your loved one has begun their day"}},"user_ids":[]}],"unknown_actions":[{"action":"fcm_push","payload":{"data":{"title":"Rise and Shine","body":"Caregiver Aware could not determine motion in your home","click_action":"CustomAlertEvent","sound":"Aura_Push_Final.wav"},"apns":{"headers":{"apns-push-type":"alert","apns-topic":"com.csc.HaloHome"},"payload":{"aps":{"alert":{"title":"Rise and Shine","body":"Caregiver Aware could not determine motion in your home"},"sound":"Aura_Push_Final.wav","category":"CustomAlertEvent"}}}},"user_ids":[]},{"action":"custom_event","payload":{"data":{"title":"Rise and Shine","body":"Caregiver Aware could not determine motion in your home"}},"user_ids":[]}],"error_actions":[],"timezone":"Europe/London","target":"3/10/2022, 8:00:00 AM - Europe/London","window_end":1646899200000},"progress":0,"attemptsMade":0,"status":"delayed","stacktrace":[],"timestamp":1646861001684,"processingTime":0,"name":"__default__","opts":{"timeout":3000,"attempts":3,"removeOnComplete":true,"delay":38198317,"timestamp":1646861001684},"delay":38198317}] - `alerts.id` (string) - `alerts.data` (object) - `alerts.data.uuid` (string) - `alerts.data.enabled` (boolean) - `alerts.data.alert_name` (string) - `alerts.data.external_id` (integer) - `alerts.data.rrule` (string) - `alerts.data.monitor` (object) - `alerts.data.monitor.monitor_mode` (string) - `alerts.data.monitor.duration_minutes` (integer) - `alerts.data.meta` (object) - `alerts.data.meta.alert_type` (string) - `alerts.data.analytics_tag` (string) - `alerts.data.no_motion_actions` (array) - `alerts.data.no_motion_actions.action` (string) - `alerts.data.no_motion_actions.payload` (object) - `alerts.data.no_motion_actions.payload.apns` (object) - `alerts.data.no_motion_actions.payload.apns.headers` (object) - `alerts.data.no_motion_actions.payload.apns.headers.apns-push-type` (string) - `alerts.data.no_motion_actions.payload.apns.headers.apns-topic` (string) - `alerts.data.no_motion_actions.user_ids` (array) - `alerts.data.motion_actions` (array) - `alerts.data.unknown_actions` (array) - `alerts.data.error_actions` (array) - `alerts.data.timezone` (string) - `alerts.data.target` (string) - `alerts.data.window_end` (integer) - `alerts.progress` (integer) - `alerts.attemptsMade` (integer) - `alerts.failedReason` (string) - `alerts.status` (string) - `alerts.stacktrace` (array) - `alerts.timestamp` (integer) - `alerts.returnValue` (string) - `alerts.finishedOn` (string) - `alerts.processedOn` (string) - `alerts.processingTime` (integer) - `alerts.name` (string) - `alerts.opts` (object) - `alerts.opts.timeout` (integer) - `alerts.opts.attempts` (integer) - `alerts.opts.removeOnComplete` (boolean) - `alerts.opts.delay` (integer)