account | DynamicAccount | Yes | - | Select the Pinterest Ads account context for listing the user’s boards. |
privacy | string or SelectableOption | No | - | Filter boards by privacy level. Options: ALL, PUBLIC, PROTECTED, SECRET, PUBLIC_AND_SECRET. Returns public boards when omitted. |
filters | array of FilterItem | No | - | Additional filters to apply when retrieving boards. The available fields to filter by are: - id: Filter by board ID - name: Filter by board 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 boards to return. Default: 100. |