---
title: "Get analytics for a published post"
method: GET
path: "/v2/posts/{id}/analytics"
tags: ["analytics"]
---

# Get analytics for a published post

`GET /v2/posts/{id}/analytics`

Returns the latest known analytics and snapshot history for a published post. This endpoint does not trigger a re-fetch.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `publishedPostId` string, required — The id of the published post.
  - `platform` 'twitter' | 'instagram' | 'linkedin' | 'facebook' | 'tiktok' | 'pinterest' | 'threads' | 'bluesky' | 'youtube' | 'other', required — Social media platform
  - `lastFetchedAt` string, nullable, required
  - `lastError` string, nullable, required
  - `metrics` object, nullable, required
    - `clicksCount` string
    - `commentsCount` string
    - `followsCount` string
    - `impressionsCount` string
    - `interactionsSum` string
    - `likesCount` string
    - `navigationsCount` string
    - `playsCount` string
    - `profileActivityCount` string
    - `profileVisitsCount` string
    - `reachCount` string
    - `repliesCount` string
    - `savesCount` string
    - `sharesCount` string
    - `viewTimeMsSum` string
    - `viewsCount` string
    - `watchTimeMsAvg` string
    - `twitterRetweetsCount` string
    - `twitterQuotesCount` string
    - `blueskyRepostsCount` string
    - `blueskyQuotesCount` string
    - `threadsRepostsCount` string
    - `threadsQuotesCount` string
    - `linkedinFirstLevelCommentsCount` string
    - `linkedinReactionsByType` object
    - `pinterestPinClicksCount` string
    - `pinterestReactionsCount` string
    - `pinterestVideoP95ViewsCount` string
    - `pinterestVideo10sViewsCount` string
    - `pinterestVideoMrcViewsCount` string
    - `pinterestVideoV50WatchTimeMsSum` string
    - `pinterestSaveRate` number
    - `twitterPerMediaVideoViewsCount` string[]
    - `twitterPerMediaVideoPlaybackStartCount` string[]
    - `twitterPerMediaVideoPlayback25Count` string[]
    - `twitterPerMediaVideoPlayback50Count` string[]
    - `twitterPerMediaVideoPlayback75Count` string[]
    - `twitterPerMediaVideoPlaybackCompleteCount` string[]
    - `facebookPostMediaViewsCount` string
    - `facebookPostMediaViewsUniqueCount` string
    - `facebookPostReactionsByType` object
    - `facebookBlueReelsPlaysCount` string
    - `facebookFbReelsReplaysCount` string
    - `facebookFbReelsTotalPlaysCount` string
    - `facebookPostVideoWatchTimeMsAvg` string
    - `facebookPostVideoFollowersCount` string
    - `facebookPostVideoLikesByReactionType` object
    - `facebookPostVideoSocialActionsByType` object
    - `facebookPostVideoViewTimeMsSum` string
    - `facebookTotalVideoViewsCount` string
    - `facebookTotalVideoViewsUniqueCount` string
    - `facebookTotalVideoViewsAutoplayedCount` string
    - `facebookTotalVideoViewsClickedToPlayCount` string
    - `facebookTotalVideoViewsSoundOnCount` string
    - `facebookTotalVideoCompleteViewsCount` string
    - `facebookTotalVideoCompleteViewsUniqueCount` string
    - `facebookTotalVideoCompleteViewsAutoplayedCount` string
    - `facebookTotalVideoCompleteViewsClickedToPlayCount` string
    - `facebookTotalVideoCompleteViewsOrganicCount` string
    - `facebookTotalVideoCompleteViewsOrganicUniqueCount` string
    - `facebookTotalVideoCompleteViewsPaidCount` string
    - `facebookTotalVideoCompleteViewsPaidUniqueCount` string
    - `facebookTotalVideoViews10sCount` string
    - `facebookTotalVideoViews10sUniqueCount` string
    - `facebookTotalVideoViews10sAutoplayedCount` string
    - `facebookTotalVideoViews10sClickedToPlayCount` string
    - `facebookTotalVideoViews10sOrganicCount` string
    - `facebookTotalVideoViews10sPaidCount` string
    - `facebookTotalVideoViews10sSoundOnCount` string
    - `facebookTotalVideoViews15sCount` string
    - `facebookTotalVideoViews60sExcludesShorterCount` string
    - `facebookTotalVideoWatchTimeMsAvg` string
    - `facebookTotalVideoViewTimeMsSum` string
    - `facebookTotalVideoViewTimeOrganicMsSum` string
    - `facebookTotalVideoViewTimePaidMsSum` string
    - `facebookTotalVideoStoriesByActionType` object
    - `facebookTotalVideoReactionsByType` object
    - `facebookTotalVideoViewTimeMsByAgeBucketAndGender` object
    - `facebookTotalVideoViewTimeMsByRegionId` object
    - `facebookTotalVideoViewsByDistributionType` object
    - `youtubeDislikesCount` string
    - `youtubeSubscribersLostCount` string
    - `youtubeVideosAddedToPlaylistsCount` string
    - `youtubeVideosRemovedFromPlaylistsCount` string
    - `youtubeRedViewsCount` string
    - `youtubeRedViewTimeMsSum` string
    - `youtubeEngagedViewsCount` string
    - `youtubeAverageViewPercentage` number
    - `youtubeCardClicksCount` string
    - `youtubeCardImpressionsCount` string
    - `youtubeCardClickRate` number
    - `youtubeCardTeaserClicksCount` string
    - `youtubeCardTeaserImpressionsCount` string
    - `youtubeCardTeaserClickRate` number
    - `youtubeAnnotationClicksCount` string
    - `youtubeAnnotationClickableImpressionsCount` string
    - `youtubeAnnotationClosesCount` string
    - `youtubeAnnotationClosableImpressionsCount` string
    - `youtubeAnnotationImpressionsCount` string
    - `youtubeAnnotationClickThroughRate` number
    - `youtubeAnnotationCloseRate` number
  - `history` object[], required
    - `fetchedAt` string, required — ISO 8601 timestamp when metrics were captured.
    - `metrics` object, required
      - `clicksCount` string
      - `commentsCount` string
      - `followsCount` string
      - `impressionsCount` string
      - `interactionsSum` string
      - `likesCount` string
      - `navigationsCount` string
      - `playsCount` string
      - `profileActivityCount` string
      - `profileVisitsCount` string
      - `reachCount` string
      - `repliesCount` string
      - `savesCount` string
      - `sharesCount` string
      - `viewTimeMsSum` string
      - `viewsCount` string
      - `watchTimeMsAvg` string
      - `twitterRetweetsCount` string
      - `twitterQuotesCount` string
      - `blueskyRepostsCount` string
      - `blueskyQuotesCount` string
      - `threadsRepostsCount` string
      - `threadsQuotesCount` string
      - `linkedinFirstLevelCommentsCount` string
      - `linkedinReactionsByType` object
      - `pinterestPinClicksCount` string
      - `pinterestReactionsCount` string
      - `pinterestVideoP95ViewsCount` string
      - `pinterestVideo10sViewsCount` string
      - `pinterestVideoMrcViewsCount` string
      - `pinterestVideoV50WatchTimeMsSum` string
      - `pinterestSaveRate` number
      - `twitterPerMediaVideoViewsCount` string[]
      - `twitterPerMediaVideoPlaybackStartCount` string[]
      - `twitterPerMediaVideoPlayback25Count` string[]
      - `twitterPerMediaVideoPlayback50Count` string[]
      - `twitterPerMediaVideoPlayback75Count` string[]
      - `twitterPerMediaVideoPlaybackCompleteCount` string[]
      - `facebookPostMediaViewsCount` string
      - `facebookPostMediaViewsUniqueCount` string
      - `facebookPostReactionsByType` object
      - `facebookBlueReelsPlaysCount` string
      - `facebookFbReelsReplaysCount` string
      - `facebookFbReelsTotalPlaysCount` string
      - `facebookPostVideoWatchTimeMsAvg` string
      - `facebookPostVideoFollowersCount` string
      - `facebookPostVideoLikesByReactionType` object
      - `facebookPostVideoSocialActionsByType` object
      - `facebookPostVideoViewTimeMsSum` string
      - `facebookTotalVideoViewsCount` string
      - `facebookTotalVideoViewsUniqueCount` string
      - `facebookTotalVideoViewsAutoplayedCount` string
      - `facebookTotalVideoViewsClickedToPlayCount` string
      - `facebookTotalVideoViewsSoundOnCount` string
      - `facebookTotalVideoCompleteViewsCount` string
      - `facebookTotalVideoCompleteViewsUniqueCount` string
      - `facebookTotalVideoCompleteViewsAutoplayedCount` string
      - `facebookTotalVideoCompleteViewsClickedToPlayCount` string
      - `facebookTotalVideoCompleteViewsOrganicCount` string
      - `facebookTotalVideoCompleteViewsOrganicUniqueCount` string
      - `facebookTotalVideoCompleteViewsPaidCount` string
      - `facebookTotalVideoCompleteViewsPaidUniqueCount` string
      - `facebookTotalVideoViews10sCount` string
      - `facebookTotalVideoViews10sUniqueCount` string
      - `facebookTotalVideoViews10sAutoplayedCount` string
      - `facebookTotalVideoViews10sClickedToPlayCount` string
      - `facebookTotalVideoViews10sOrganicCount` string
      - `facebookTotalVideoViews10sPaidCount` string
      - `facebookTotalVideoViews10sSoundOnCount` string
      - `facebookTotalVideoViews15sCount` string
      - `facebookTotalVideoViews60sExcludesShorterCount` string
      - `facebookTotalVideoWatchTimeMsAvg` string
      - `facebookTotalVideoViewTimeMsSum` string
      - `facebookTotalVideoViewTimeOrganicMsSum` string
      - `facebookTotalVideoViewTimePaidMsSum` string
      - `facebookTotalVideoStoriesByActionType` object
      - `facebookTotalVideoReactionsByType` object
      - `facebookTotalVideoViewTimeMsByAgeBucketAndGender` object
      - `facebookTotalVideoViewTimeMsByRegionId` object
      - `facebookTotalVideoViewsByDistributionType` object
      - `youtubeDislikesCount` string
      - `youtubeSubscribersLostCount` string
      - `youtubeVideosAddedToPlaylistsCount` string
      - `youtubeVideosRemovedFromPlaylistsCount` string
      - `youtubeRedViewsCount` string
      - `youtubeRedViewTimeMsSum` string
      - `youtubeEngagedViewsCount` string
      - `youtubeAverageViewPercentage` number
      - `youtubeCardClicksCount` string
      - `youtubeCardImpressionsCount` string
      - `youtubeCardClickRate` number
      - `youtubeCardTeaserClicksCount` string
      - `youtubeCardTeaserImpressionsCount` string
      - `youtubeCardTeaserClickRate` number
      - `youtubeAnnotationClicksCount` string
      - `youtubeAnnotationClickableImpressionsCount` string
      - `youtubeAnnotationClosesCount` string
      - `youtubeAnnotationClosableImpressionsCount` string
      - `youtubeAnnotationImpressionsCount` string
      - `youtubeAnnotationClickThroughRate` number
      - `youtubeAnnotationCloseRate` number

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

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