getCustomMetricData
Retrieve custom metric data points for an entity. Returns paginated time-series data for a specific custom metric, with optional filtering by date range to analyze trends and patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number to return, 0-indexed. Default 0. | |
| context | Yes | Explain why you're invoking this tool now and how its output will be used. Then state how this call supports your *overall objective* and fits into your broader plan across all tool calls (e.g., why this tool vs. others, and what step it unblocks). Never share any personal details or sensitive information. | |
| endDate | No | End date for the filter (inclusive) | |
| tagOrId | Yes | Entity identifier - can be a tag or CID | |
| pageSize | Yes | Number of results to return per page, between 1 and 1000. Default 250. | |
| startDate | No | Start date for the filter (inclusive). Default: 6 months | |
| customMetricKey | Yes | Key for the custom metric filter |