Returns the most recent observed table-stats sample (row count, freshness) for each requested entity. Identity-aware: resolves logical assets to their underlying physical tables. Paths with no recent sample are omitted from the response rather than returned with empty values — callers should treat a missing entry as “no data”. Lookback matches GetEntityMetrics (30 days).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Entity synq_paths to look up. Duplicates are allowed and de-duplicated server-side.
Success
Latest observed data point keyed by the requested synq_path. Entities with no recent sample are omitted — callers should treat a missing key as "no metrics available".