# Push Notification Get Lost Message ID List

Retrieves the number of push notification messages and the corresponding IDs that where received while your application was not active and that are currently stored locally on the device.

Action available for the following operating systems:

![](/files/kfMeq0OanEe5OOx5RmUn)

### Parameters

* **Unique IDs List** string - The control or variable where to save ID list of the lost messages.
* **Number of Items** numeric - The control or variable where to save the number of los messages currently stored.
* **Items Separator** string - The control or variable where to save the sender of this message.

{% hint style="info" %}
If a message is received and your application is not running, the O.S. will make the appropriate display of the message, and if you enabled the "Save messages when application is not active" option in your project properties, it will be saved locally on the device. You can use "Push Notification ... Lost ..." actions to retrieve the messages that where received while your application was not active.
{% endhint %}

{% hint style="info" %}
Lost Messages are also saved if the event **Push Notification Received** is not executed for a specific message. (Application is closed or application is open but the event is not handled neither by the current nor the first form).
{% endhint %}

{% hint style="info" %}
Lost messages are mainly for data messages. Notification messages will normally not be captured. (On Android if application is open, they may be captured, because there is no way to tell them apart). If you want to handle lost messages, but also send a user notification, send 2 messages, one data message that will be saved if the app is closed, and one notification message so the user can be notified.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-communications/push-notification-get-lost-message-id-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
