Get LINE OA Status
line_get_oa_statusPerform quick health check of a LINE Official Account: retrieve friend count, monthly quota usage, webhook status, and default rich menu in one call. Warnings highlight issues before sending messages.
Instructions
Quick health check of a LINE OA — friend count, monthly quota usage, webhook status, and current default rich menu, aggregating 4 LINE API calls into one card. Good as the first call of a session: current quota and webhook state inform every later decision (send, schedule, switch OA).
Returns { oa, friends?, quota, webhook, default_rich_menu?, region?, health:'OK'|'WARNING'|'ERROR', warnings[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | Optional OA id from the multi-OA config. Omit to use the active/default OA. | |
| response_format | No | Output format. 'markdown' is human-readable; 'json' is structured. | markdown |