Lists lead forms for a Pinterest Ads account with status and question details
Lists lead forms for a Pinterest Ads account with status and question details. Lead form IDs go into the lead_form_id of pinterest_ads_create_ad_from_pin or pinterest_ads_create_ad to create lead ads.
Select the Pinterest Ads account whose lead forms should be listed.
filters
array of FilterItem
No
-
Additional filters to apply when retrieving lead forms. The available fields to filter by are: - id: Filter by lead form ID - name: Filter by lead form name - status: Filter by status (ACTIVE, PAUSED, ARCHIVED, DRAFT, DELETED) 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 lead forms to return. Default: 100.
The field to filter on, must be one of the current selected metrics or dimensions.
operator
string
Yes
-
The operator to use for filtering. Must be one of the supported values. Use REGEXP_MATCH to search/filter by multiple OR values like ’.(summer|holiday).’
value
string
Yes
-
The value to filter by. Can be a string, number, regex, or a list of strings.