reddit_ads_list_custom_audiences

List Reddit Custom Audiences

Reddit

Description

List Reddit custom audiences for an ad account. Shows name, type, size, and status.

Read-onlyIdempotentOpen-world

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "reddit_ads_list_custom_audiences",
    "arguments": {}
  }
}

Parameters

NameTypeRequiredDescription
account_id string Required Reddit ad account ID.minLength: 1, maxLength: 64
reason string Required Why this tool call is neededminLength: 1, maxLength: 500
Optional parameters (6)
NameTypeRequiredDescription
audience_id string Optional Fetch a single custom audience by ID.maxLength: 64
audience_ids array Optional Fetch specific audiences by IDs.
limit integer Optional min: 1, max: 100
cursor string Optional Opaque pagination cursor.
refresh boolean Optional
connection_id string Optional Optional ID of a specific connection to use for this call. Omit to use the actor's default connection for this network. Call <platform>_list_connections to discover available connection IDs.