Get LINE Narrowcast Progress
line_get_narrowcast_progressCheck the delivery progress of a LINE narrowcast message by providing its request ID. Returns the current phase (waiting, sending, succeeded, failed) along with success, failure, and target counts.
Instructions
Poll the delivery progress of an async narrowcast (GET /v2/bot/message/progress/narrowcast). Narrowcast runs in the background — the send returns a request_id and this reports how far it got. Pass that request_id.
Returns { request_id, phase (waiting|sending|succeeded|failed), status_text, success_count?, failure_count?, target_count?, error_code?, accepted_time?, completed_time? }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | Optional OA id; defaults to active OA. | |
| request_id | Yes | The narrowcast request id returned by a prior narrowcast send. |