---
title: "Get analytics for connected accounts"
method: GET
path: "/analytics/accounts"
tags: ["Analytics"]
---

# Get analytics for connected accounts

`GET /analytics/accounts`

Latest stored account-level snapshot per connected platform, on or before the requested date. Snapshots are collected daily. Metric semantics vary by platform (see the AccountAnalytics schema) — most notably, LinkedIn impressions are lifetime cumulative totals across all of the account's content, not a windowed count. Each metrics object carries a `note` explaining its scope where semantics are non-obvious.

## Query parameters

- `platform` string
- `date` string, date

## Response `200`

Account analytics data

- object
  - `data` AccountAnalytics[]
    - `platform` string
    - `platform_account_id` string
    - `date` string, date
    - `metrics` object — Account-level metrics for the snapshot date, as the platform reports them. Stock values: `followers`, `following`, `posts`, and platform extras (`monthly_views`, `pin_count`, `listed`, `media_count`, `average_rating`, `review_count`, `total_views`, `total_videos`). Day values (`period: "daily"`): `impressions` (views), `reach`, `engagement`, `likes`, `comments`, `shares`, `saves`, `profile_views`, `link_clicks`, `follows_gained`, `follows_lost`, `accounts_engaged`, `video_views`, `watch_time_minutes`, and Google Business `calls`, `direction_requests`, `website_clicks`, `bookings`, `impressions_breakdown`, `search_keywords`. Audience objects when available: `demographics` (age, gender, country, city, or LinkedIn function, seniority, industry) with `demographics_unit`, `online_followers` (UTC hour -> followers online), `link_clicks_breakdown` (Threads, per URL). LinkedIn profile rows keep `impressions_lifetime` and carry `period: "lifetime"` when the daily breakdown is not available. Read the `note` field where present.
    - `collected_at` string, date-time
  - `date` string, date

---

[API](https://skmtc.dev/omnisocials/apis/omnisocials-api.md) · [All operations](https://skmtc.dev/omnisocials/apis/omnisocials-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omnisocials/omnisocials-api/revisions/e53b89af0b98/schema)
