Ionic Push GET push/notifications/<notification-uuid>/messages returns empty data

I having issues with sending push notifications to devices using the Ionic Push API. All of my notifications get enqueued, but none of them are received on devices. This is the first time I’m having this issue after about 2 months of Ionic Push consistently working. When I attempt to check the message status I returned an empty data array.

Here’s a response from the notification being sent:

{
  "data": {
"status": "open",
"config": {
  "notification": {
    "message": "Test myFleetLink Push Notification 2"
  },
  "profile": "myfleetlink",
  "tokens": [
    "229929618ff0c95c30c7bf9c3983cb807d1999c36d436993a37de35ff3849dca"
  ]
},
"created": "2017-01-12T19:17:58.845801+00:00",
"state": "enqueued",
"uuid": "c69506ae-b25d-4ac7-bb9d-07547ecb5b2f",
"app_id": "c14c4f8c"
  },
  "meta": {
"version": "2.0.0-beta.0",
"status": 201,
"request_id": "d4a64a52-7448-48cf-c806-67bcb6defc46"
  }
}

Here’s the response from GET https://api.ionic.io/push/notifications/c69506ae-b25d-4ac7-bb9d-07547ecb5b2f/messages

{
  "meta": {
    "request_id": "f8a732bd-6fb4-4e37-cedb-42fdc10c9e4f",
    "version": "2.0.0-beta.0",
    "status": 200
  },
  "data": []
}

Anyone else having similar issues?

I’m had that problem this afternoon, but still persists.
I had sent a CURL exec directly to https://api.ionic.io/push/notifications . My push came back about 2 hours later.

Did you ever figure this out? I’m having a similar issue at Ionic push working inconsistently (iOS)