List LINE Audiences
line_list_audiencesList audience groups on your LINE Official Account, filter by readiness status and name substring, with paginated results. Includes audiences created via OA Manager UI.
Instructions
List audience groups on the OA — including ones created in LINE OA Manager UI (chat-tag, friend-path, web-traffic) that CANNOT be created via Messaging API. status: READY (usable in narrowcast now) | IN_PROGRESS (indexing, wait ~10 min) | FAILED | EXPIRED (both need recreate). Filter with status_filter (default 'all') and name_contains (case-insensitive); paginate with limit/page (default 20).
Returns { total, count, page, audiences:[{ audience_group_id, name, status, audience_count?, created, type? }], has_more }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| page | No | Page number (1-indexed). | |
| limit | No | Page size (max 100). | |
| name_contains | No | Optional substring filter on audience name (case-insensitive). | |
| status_filter | No | Filter audiences by readiness status. Default 'all'. | all |
| response_format | No | markdown |