> 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/endpoint/get-email-detail-status.md).

# Get Email Detail / Status

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

**Endpoint URL :** [**https://webapigw.ocatelkom.co.id/email/v2/email/status/{{fill\_msgid}}**](https://webapigw.ocatelkom.co.id/email/v2/email/status/{{fill_msgid}})

**Response:**

| Property      | Type                                                     |
| ------------- | -------------------------------------------------------- |
| email         | String (Destination email)                               |
| message\_body | String                                                   |
| created\_at   | ISO Date                                                 |
| status        | String (status of email. opened, delivered, failed, etc) |
| msg\_id       | String                                                   |

{% tabs %}
{% tab title="200" %}

```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"
    }
}

```

{% endtab %}
{% endtabs %}
