get_listening_topic_metrics
Retrieve metrics such as volume, sentiment, and engagement for a specific listening topic using a topic ID obtained from get_topics.
Instructions
Get metrics for a specific listening topic (e.g. volume, sentiment, engagement). Use get_topics first to discover available topic IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | The listening topic ID. | |
| metrics | Yes | Metrics to retrieve for the topic. Refer to Sprout API docs for valid topic metrics. | |
| filters | No | Additional filter expressions. | |
| page | No | Page number for paginated results. |