---
title: "Get daily account analytics"
method: GET
path: "/api/v2/accounts/analytics/daily"
tags: ["Account", "Analytics"]
---

# Get daily account analytics

`GET /api/v2/accounts/analytics/daily`

Get daily account analytics showing the number of emails sent per day for each email account. Useful for tracking daily sending activity across your accounts.

## Query parameters

- `start_date` string
- `end_date` string
- `emails` string[]

## Response `200`

Default Response

- object[]
  - `date` string, required — The date of the analytics entry, in YYYY-MM-DD format
  - `email_account` string, required — The email account that sent the emails
  - `sent` integer, required — The total number of campaign emails sent on this date by this account, including emails for subsequences
  - `bounced` integer, required — The number of emails that bounced on this date for this account for campaigns - including subsequences
  - `contacted` integer, required — The total number of unique contacts who received an email on this date from this account
  - `new_leads_contacted` integer, required — The total number of new leads contacted on this date from this account
  - `opened` integer, required — The total number of opened emails on this date for this account
  - `unique_opened` integer, required — The total number of unique opened emails on this date for this account
  - `replies` integer, required — The total number of replies received on this date for this account
  - `unique_replies` integer, required — The total number of unique replies received on this date for this account
  - `replies_automatic` integer, required — The total number of automatic replies detected on this date for this account
  - `unique_replies_automatic` integer, required — The total number of unique automatic replies detected on this date for this account
  - `clicks` integer, required — The total number of links clicked on this date for this account
  - `unique_clicks` integer, required — The total number of unique links clicked on this date for this account. Unique meaning from unique leads, not unique links

## Other responses

- `400` — Default Response
- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `413` — The analytics request is too large for the requested workspace or date range.
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/versions/378d1e253fe7/schema)
