Get LINE OA Report (multi-day digest)
line_get_oa_reportRetrieve a digest of LINE Official Account performance over a date range. Combines over 8 Insight API metrics into a Thai-friendly markdown report with delivery, followers, and quota details.
Instructions
Digest of LINE OA performance over a date range — bundles 8+ Insight API calls into one Thai-friendly markdown report. range: a preset ('today'|'yesterday'|'this-week'|'last-week'|'this-month'|'last-month', default 'last-week') or { from, to } as YYYY-MM-DD. LINE insight data lags T-2 (yesterday is the latest reliable date) and is masked below the ~20-user privacy floor; demographics populate only with enough consented friends (report surfaces these in notes).
Returns { oa_id, range, delivery{total,daily[]}, followers, demographic_available, quota, notes[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| range | No | Date range. Preset strings or { from: 'YYYY-MM-DD', to: 'YYYY-MM-DD' }. | last-week |
| response_format | No | markdown |