Account: Connection health check (super-admin)
account_health_checkPer-connection onboarding + sync health across ALL tenants (SUPER-ADMIN ONLY). Answers "is that new sign-up's data actually flowing?": per core dataset (orders, settlements, MCF shipments, sales & traffic, inventory) the last sync time/status/error and whether it is stale for its cadence, plus a per-connection verdict (ok | attention | error), auto-sync state, and whether that user has ever connected an AI client. OPERATIONAL ONLY - carries no revenue, units, margins, ASINs or emails. Params: user_id, seller_connection_id, new_within_days (e.g. 7 to triage just this week's sign-ups).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Only this user's connections | |
| new_within_days | No | Only connections created in the last N days (1-90) | |
| seller_connection_id | No | Only this connection |