Skip to main content
GET
Export safe daily post metric history in bulk

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Query Parameters

fromDate
string<date>
required

First observed metric date, inclusive.

toDate
string<date>
required

Last observed metric date, inclusive. The range may span at most 366 days.

programId
string[]

Campaign ID filter. Repeat the parameter to include multiple campaigns.

Maximum array length: 100
Maximum string length: 240

Response

Streaming CSV with postId, date, cumulative views/engagement, and daily deltas. A successful empty result contains only the header row.

The response is of type string.