analytics:read permission.
Analytics data is cached and refreshed at most once per hour. Recent posts may take up to 60 minutes to appear in analytics results.
Post Analytics
Returns post-level analytics data including impressions, engagement, and reach.
Query Parameters
Filter by platform (e.g.,
instagram, tiktok, youtube).Start date filter in ISO format (e.g.,
2026-01-01).End date filter in ISO format (e.g.,
2026-01-31).Number of results per page.
Page number for pagination.
Sort field. One of
date or engagement.Sort direction. One of
asc or desc.Example
Response
Daily Metrics
Returns daily aggregated metrics across all posts, useful for trend analysis and reporting dashboards.
Query Parameters
Start of date range in ISO format.
End of date range in ISO format.
Filter by platform.
Filter by specific account ID (from GET /api/v1/accounts).
Example
Response
Follower Stats
Returns follower growth data per connected account, with customizable time granularity.
Query Parameters
Start date in ISO format.
End date in ISO format.
Time granularity for data points. One of
daily, weekly, or monthly.Comma-separated list of account IDs to filter by (from GET /api/v1/accounts).
Example
Response
Error Codes
All analytics endpoints share the same error codes:| Code | Description |
|---|---|
| 401 | Invalid or missing API key |
| 402 | Plan doesn’t include API access |
| 403 | API key missing analytics:read permission |
| 404 | No organization found for the user |
| 500 | Internal server error |
Notes
- All three analytics endpoints proxy to the underlying analytics provider (Late.dev)
- Data is cached on the provider side and refreshed at most once per hour
- The
overviewandsummaryfields contain aggregated totals across the query scope - Available metrics vary by platform — not all platforms report all metric types

