cja_get_calculated_metric_details
Fetch complete details and formula definition for any calculated metric. Understand how metrics are computed or copy their definitions.
Instructions
Get detailed information about a specific calculated metric.
Retrieve complete details about a calculated metric including its definition/formula. This is useful for understanding how a metric is calculated or copying definitions.
Args: metric_id: Calculated metric ID to retrieve (required). expansion: Optional comma-delimited fields: 'definition', 'tags', 'usedIn', 'compatibility'.
Returns: Dictionary with calculated metric details and formula definition.
Example queries: - "Show me the formula for calculated metric a5066209" - "Get definition for the conversion rate metric" - "What's the formula for metric ID 12345?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_id | Yes | ||
| expansion | No |