account | DynamicAccount | Yes | - | Select the Spotify Ads account whose audiences should be listed. |
audience_types | array of string or SelectableOption | No | - | Filter audiences by type: CUSTOM and/or LOOKALIKE. The API defaults to CUSTOM when omitted. |
filters | array of FilterItem | No | - | Additional filters to apply when retrieving audiences. The available fields to filter by are: - id: Filter by audience ID - name: Filter by audience name Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST. |
limit | integer | No | 100 | Maximum number of audiences to return. Default: 100. |