account | DynamicAccount | Yes | - | Select the Pinterest Ads account whose campaigns should be listed. |
entity_statuses | array of string or SelectableOption | No | - | Filter campaigns by status. Options: ACTIVE, PAUSED, ARCHIVED, DRAFT. Defaults to ACTIVE and PAUSED when omitted. |
campaign_ids | array of string (also accepts a comma-separated string) | No | - | Optional campaign IDs to fetch, as a list or comma-separated text. |
filters | array of FilterItem | No | - | Additional filters to apply when retrieving campaigns. The available fields to filter by are: - id: Filter by campaign ID - name: Filter by campaign 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 campaigns to return. Default: 100. |