GET
/audiencesaudiences:readList audiences
List and filter the org's contact lists.
Arguments
| Name | Type | In | Description |
|---|---|---|---|
q | string | query | Free-text search over the name. |
page | number | query | — |
pageSize | number | query | — |
Request
curl -X GET "https://your-server/api/agent/audiences" \
-H "Authorization: Bearer $WA_AGENT_KEY"Same call, as a tool
# MCP tool name
search_audiences
# No CLI command for this call yet —
# use the HTTP route or the MCP tool.