Export post analytics rows

Use the Analytics export endpoint when you need normalized post-level analytics as CSV for reporting, BI imports, or scheduled jobs.

When to use this guide

Use GET/v1/analytics/posts/export when your app needs analytics rows across multiple UniPost-published posts instead of a single post response. The export accepts date, platform, profile, account, post, status, and sort filters.

Steps

  1. Choose the reporting window with from and to.
  2. Add optional filters such as platform, account_id, profile_id, or status.
  3. Call GET/v1/analytics/posts/export and save the CSV response.
  4. Load the CSV into your warehouse, spreadsheet, or reporting job.

Request

Useful columns

ColumnMeaning
post_idUniPost post id.
platformDestination platform for the row.
social_account_idConnected social account used for the post.
impressions, reach, likes, comments, sharesNormalized performance metrics when available.
last_failure_reasonMost recent cached upstream analytics failure, when present.

Reference