get_account_analytics
Retrieve total engagement metrics like views, likes, reposts, quotes, and followers for a chosen past period. Specify metric types and days back to receive aggregated JSON totals.
Instructions
Fetch aggregated engagement metrics for the account over a specified time window.
Args: metric_types: List of metrics (e.g. ["views", "likes", "reposts", "quotes", "followers_count"]). days_back: Number of past days to query (default: 7).
Returns: JSON string containing aggregated metric totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | ||
| metric_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |