> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/administrator-functions/notification-function/email-notifications/display-output-transmission-history.md).

# 送信履歴を表示/出力する

## **送信履歴**

メール送信の履歴を一覧表示、CSV出力できます。\
一度に出力できる最大件数を超えると、CSVファイルの最後に下記のメッセージが追加されます。

{% hint style="warning" %}
“Truncated to 100,000 records.”
{% endhint %}

最大件数以上のデータを出力したい場合は、一度出力した後、検索条件を変更して再度出力してください。&#x20;

<div align="left"><figure><img src="/files/RQraFnbM2YYkGSLaFqWb" alt=""><figcaption></figcaption></figure></div>

### **送信履歴　項目説明**

<table><thead><tr><th width="180">項目名</th><th>説明</th></tr></thead><tbody><tr><td>送信日時</td><td>メールの送信日時を表示します。</td></tr><tr><td>ステータス</td><td><p>メール送信の成否を表示します。</p><p>・送信成功時：送信成功</p><p>・送信失敗時：送信失敗</p></td></tr><tr><td>通知タイプ</td><td><p>通知の種類を表示します。</p><p>※申請通知、承認通知etc</p></td></tr><tr><td>テンプレート名称</td><td>使用した通知テンプレートの名称を表示します。</td></tr><tr><td>送信先</td><td>送信したメールアドレスを表示します。</td></tr><tr><td>件名</td><td>件名を表示します。</td></tr><tr><td>メッセージ本文</td><td>本文の一部を表示します。</td></tr><tr><td>エラー内容</td><td><p>送信失敗の時のエラーメッセージを表示します。</p><p>※通信エラーや、メールサーバーからのエラーメッセージを表示します。</p></td></tr></tbody></table>


---

# 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:

```
GET https://manuals.i-reporter.jp/administrator-functions/notification-function/email-notifications/display-output-transmission-history.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.
