---
title: "Get Analytics Single Item by ID"
method: GET
path: "/analytics/{Id}"
tags: ["analytics"]
---

# Get Analytics Single Item by ID

`GET /analytics/{Id}`

Get Analytics Data by ID

## Path parameters

- `Id` integer, required

## Response `200`

Sucess

Response body contains the Analytic Item requested by ID.

- AnalyticMailItem — Sent Email
  - `id` integer — Email Id.
  - `subject` string — Email Subject.
  - `sender` string, email — Email Sender.
  - `recipient` string, email — Email Recipient.
  - `send_time` string — Date Time email was sent.
  - `status` 'NEW' | 'DEFER' | 'SUCCESS' | 'OPEN' | 'CLICK' | 'REPORT' | 'FAIL' | 'SYSFAIL' | 'UNSUB' — Send Mail Status: NEW: email has been queued for delivery DEFER: email is in the queue for delivery SUCCESS: email has been delivered. OPEN: email has been opened. CLICK: email has been clicked. REPORT: email has been reported as spam. FAIL: email has bounced. SYSFAIL: email was dropped. UNSUB: email is unsubscribed. Notice that emails that fall into the above statuses can be grouped, ie Turbo-Smtp uses the following groups: 'Clicks' = 'CLICK', 'Unsubscribes' = 'UNSUB', 'Spam' = 'REPORT', 'Drop' = 'SYSFAIL', 'Queued' = 'NEW' or 'DEFER', 'Opens'= 'OPEN' or 'CLICK' or 'UNSUB' or 'REPORT', 'Delivered'= 'SUCCESS' or 'OPEN' or 'CLICK' or 'UNSUB' or 'REPORT', 'Bounce': 'FAIL'.
  - `domain` string — The portion of the sender´s email address after the "@" symbol.
  - `recipient_domain` string — The portion of the recipient´s email address after the "@" symbol.
  - `contact_domain` string — The domain of the contact/recipient.
  - `x_campaign_id` string — Value specified in the x_campaign_id custom header to track campaigns specific data.
  - `error` string — Error returned when delivering the email message.

## Other responses

- `400` — Bad Request ###### Produces: * XXXXXXX
- `401` — Unauthorized This API requires a valid API Key to be provided. (Use [/authentication/authorize](#/authentication/AuthenticationLogin) to obtain an API Key) Produces: * missing_authorization_key * invalid_authorization_key * account_is_inactive
- `404` — Not Found The Analytic ID was not found

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/versions/8503e099b215/schema)
