Skip to main content
GET

By account

Returns total across all platform_posts for the account, and platform_posts: each publication row with post_id, platform, status, post_url, and analytics.

Request

integer
required
Social account id (same as in list accounts).

Response

integer
Account id from the path
object
Aggregated metrics for this account
array
One object per platform post row for this account, newest first (platform_post_id descending). Each item: platform_post_id, post_id, platform, status, post_url, analytics (same metric keys as total when published, or {}).
With no rows, platform_posts is [] and total uses zeros for every metric (including engagement_rate).

Permissions

Requires the posts ability. The account must belong to a workspace you can access.

Errors

401 · 403 · 404 if the account is missing or not accessible See also: Analytics overview.