Skip to main content
GET
Get an analytics summary
The same stored metrics as List post analytics, added up for the posts published in the range: how many posts, their reactions, comments and impressions, a row per channel, and how many posts went out on each weekday (Monday first, by the UTC publish date). A total is null when any post in the range does not report that metric, so a range that mixes networks, such as Pinterest and X, can show null reactions. engagementMix adds up what is known anyway. It takes the same filters as the list: date, integrationIds, platform and q.

Authorizations

Authorization
string
header
required

Your API key from Connections > API Keys, or an OAuth access token (pos_...). Send it as it is, with no Bearer prefix.

Query Parameters

date
integer
default:30

Days to look back by publish date, 1 to 90. Default 30

Required range: 1 <= x <= 90
integrationIds
string

Comma-separated channel ids to limit the report to

q
string

Text to match in the post content, channel name or platform

Maximum string length: 200
platform
string

The network's identifier, such as x or instagram

Maximum string length: 64

Response

Totals for the range

syncing
boolean
date
integer
notes
object

Fixed reading notes: the range filters posts by publish date, numbers are current lifetime totals, null means unknown rather than zero, Facebook returns no comments, Pinterest no reactions or comments, Google Business no post metrics

posts
integer

Posts in the range

reactions
integer | null
comments
integer | null
impressions
integer | null
channels
object[]
weekdays
integer[]

Posts per weekday, Monday first, by UTC publish date

engagementMix
object | null

Known reactions and comments, summed over the posts that report them

Last modified on September 23, 2026