> For the complete documentation index, see [llms.txt](https://docs.ocaindonesia.co.id/email-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ocaindonesia.co.id/email-api/v1/endpoint/email-detail-status.md).

# Email Detail / Status

**HTTP Method** : <mark style="color:green;">**`GET`**</mark>&#x20;

**Endpoint URL :** [**`https://email.ocatelkom.co.id/api/v1/email/status/(fill_with_email_id)`**](https://email.ocatelkom.co.id/api/v1/email/status/\(fill_with_email_id\))

**Response**

<table><thead><tr><th width="235">Property</th><th>Type</th></tr></thead><tbody><tr><td><code>email</code></td><td>String (Destination Email)</td></tr><tr><td><code>message_body</code></td><td>String</td></tr><tr><td><code>created_at</code></td><td>ISO Date</td></tr><tr><td><code>status</code></td><td>String (status of email. opened, delivered, failed, etc)</td></tr><tr><td><code>msg_id</code></td><td>String</td></tr></tbody></table>

```json
{
    "status": true,
    "data": {
        "attachment": false,
        "history": [
            {
                "event": "processed",
                "originalEvent": "deferred",
                "time": "2024-10-07T09:56:15+07:00",
                "additional_info": {
                    "reason": "-"
                }
            },
            {
                "event": "processed",
                "originalEvent": "deferred",
                "time": "2024-10-07T09:56:49+07:00",
                "additional_info": {
                    "reason": "-"
                }
            },
            {
                "event": "processed",
                "originalEvent": "deferred",
                "time": "2024-10-07T09:57:50+07:00",
                "additional_info": {
                    "reason": "-"
                }
            },
            {
                "event": "processed",
                "originalEvent": "deferred",
                "time": "2024-10-07T09:59:29+07:00",
                "additional_info": {
                    "reason": "-"
                }
            },
            {
                "event": "failed",
                "originalEvent": "bounce",
                "time": "2024-10-07T10:01:39+07:00",
                "additional_info": {
                    "reason": "error dialing remote address: dial tcp 149.72.187.55:0->120.46.61.135:25: i/o timeout"
                }
            }
        ],
        "email": "aaa@mai.com",
        "status": "failed",
        "created_at": "2024-10-07T02:56:12.171Z",
        "updated_at": "2024-10-07T03:01:44.265Z",
        "error_reason": null,
        "additional_info": null,
        "msgid": "0317b7fdde4829b1f786c685"
    }
}

```
