Get full account detail
get_account_detailsFetch an account's full raw billing, 90-day usage, feature adoption, and support ticket history to inspect the data behind a churn-risk score or summary.
Instructions
Fetch the complete raw record for one account: its Stripe-style billing/subscription record, its full 90-day product-usage time series and feature adoption, and its full support ticket history. Use this when you need the underlying data behind a risk score, not just the summary. Returns a clear error if the accountId does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The account's unique identifier, e.g. "acct_0007" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usage | Yes | ||
| billing | Yes | ||
| support | Yes | ||
| accountId | Yes | ||
| companyName | Yes |