List LINE Audiences
line_list_audiencesList and filter LINE OA audience groups, including OA Manager-created segments unavailable via Messaging API. Use status and name filters to find READY audiences for targeting.
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 |