Get LINE Narrowcast Progress
line_get_narrowcast_progressGet the delivery progress of a narrowcast message by its request ID. Shows the current phase, success and failure counts, and timestamps.
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. |