---
title: "Get LinkedIn post stats"
method: GET
path: "/v1/accounts/{accountId}/linkedin-post-analytics"
tags: ["Analytics"]
---

# Get LinkedIn post stats

`GET /v1/accounts/{accountId}/linkedin-post-analytics`

Returns analytics for a specific LinkedIn post by URN. Works for both personal and organization accounts. Saves and sends are only populated for personal accounts (LinkedIn does not expose these metrics on the organization analytics endpoint).

## Path parameters

- `accountId` string, required

## Query parameters

- `urn` string, required

## Response `200`

Post analytics data

- object
  - `accountId` string
  - `platform` string
  - `accountType` 'personal' | 'organization'
  - `username` string
  - `postUrn` string
  - `analytics` object
    - `impressions` integer — Times the post was shown
    - `reach` integer — Unique members who saw the post
    - `likes` integer — Reactions on the post
    - `comments` integer — Comments on the post
    - `shares` integer — Reshares of the post
    - `saves` integer — Times the post was saved (personal accounts only; 0 for organization accounts)
    - `sends` integer — Times the post was sent via LinkedIn messaging (personal accounts only; 0 for organization accounts)
    - `clicks` integer — Clicks on the post (organization accounts only)
    - `views` integer — Video views (video posts only)
    - `engagementRate` number — Engagement rate as percentage
  - `lastUpdated` string, date-time

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `402` — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.
- `403` — Missing required LinkedIn scope
- `404` — Account or post not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/f81ca70ea6b9/schema)
