> For the complete documentation index, see [llms.txt](https://doc1.antgst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc1.antgst.com/help-center/sms/marketing-sms/sending-record.md).

# Sending Record

The Sending Record page displays detailed history of all sent SMS messages, including delivery status, cost, time, and carrier information. Use it to audit campaigns, troubleshoot failures, and analyz

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-92cc018b1f05996922fe6c83cef584a875de5f3d%2Fimage%20(24).png?alt=media" alt=""><figcaption></figcaption></figure>

#### 1. Screening Conditions (Left Panel)

Use the filters on the left to narrow down your search:

* **Sender Number**: Enter the sender number to locate specific messages
* **Country**: Filter by recipient country
* **By Date**: Select a date range to view records within that period

Click **"Query"** to apply filters. Click **"Reset"** to clear all conditions.

#### 2. Record List

The table shows detailed information for each message sent:表格

| Field                 | Description                                                                                   |
| --------------------- | --------------------------------------------------------------------------------------------- |
| **Belonging Country** | The country where the recipient is located (e.g., Vietnam, Indonesia)                         |
| **Carrier**           | Mobile operator (e.g., Viettel Mobile, Telkomsel)                                             |
| **SenderId**          | Sender identifier (e.g., brand name or custom ID)                                             |
| **Recipient Number**  | Full recipient phone number                                                                   |
| **SMS Content**       | Message content preview (partially masked)                                                    |
| **Sending Result**    | <p>Delivery outcome:<br>✅ SUCCESS: Delivered successfully<br>❌ FAILURE: Failed to deliver</p> |
| **Billing Count**     | Number of messages billed (1 per SMS)                                                         |
| **Cost**              | Cost per message (in USD or local currency)                                                   |
| **Sent Time**         | Actual sending timestamp (accurate to the second)                                             |
| **Operation**         | Click **"View"** to see full details, including error codes if failed                         |

> ✅ All successful and failed deliveries are logged here. Regular review helps ensure high delivery rates and compliance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc1.antgst.com/help-center/sms/marketing-sms/sending-record.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
