MCP

get_analytics_historyread only

Get analytics history

Returns snapshot-based timeseries, platform breakdown, top content, and insights for a date range.

Category
Analytics
Calls
GET/v1/analytics/history
Safe to auto-approve
Yes. It only reads data.

Parameters

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

fromstringoptional

Start date (YYYY-MM-DD). Defaults to 28 days ago.

tostringoptional

End date (YYYY-MM-DD). Defaults to today.

Example

A tool call as an MCP client would send it.

{
  "name": "get_analytics_history",
  "arguments": {}
}