# Message Logs

In the campaign dashboard, there are 2 categories:

1. [Messages](#messages)
2. [Batches](#batches)

### Messages

Messages consists of all messages that you have sent out in a single campaign.&#x20;

Messages may be sent out as a single message, or can be part of a batch of messages. You may identify this through the `Job Type` column in the campaign dashboard.

*(Please ignore the details under From column.)*

<figure><img src="/files/Id1evJPOQ4LYkWaZquI3" alt=""><figcaption></figcaption></figure>

In order to download the message logs for this campaign, please click on the <img src="/files/A82uCDHDiCmF2iqhO7dW" alt="" data-size="line">icon on the screen.

<figure><img src="/files/to2Z9jNpreyVqTC1F4VZ" alt=""><figcaption></figcaption></figure>

You will then receive the logs in your email, and you may filter out the required logs you will need using excel.

Each message will have its own message ID, this message ID can be found in the message logs that you download.&#x20;

### Batches

A batch consists of multiple messages that are sent out at the same time. Each batch will come with its own Batch ID, and each batch can be downloaded by clicking on the <img src="/files/A82uCDHDiCmF2iqhO7dW" alt="" data-size="line"> icon tagged to each batch.&#x20;

<figure><img src="/files/NWLRGJwwHh4mnsx7Itq5" alt=""><figcaption></figcaption></figure>

Similarly, you will receive the logs in your email, and you may filter out the required logs you will need using excel.

### Retrieving logs by calling Postman API endpoints

Refer to the following pages to retrieve the message status for your campaigns

* [Retrieve Message](#messages)
* [Retrieve Batch](#batches)


---

# 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://postman-v2.guides.gov.sg/postman-v2-general-user-guide-mop/message-logs.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.
