List Policy Set Campaigns
list_policy_set_campaignsRetrieve paginated campaigns bound to a policy set, with id, name, and archived status. Use to access all bindings beyond the first page or search by name before detaching or deleting the policy set.
Instructions
List the campaigns bound to a policy set, paginated, each with id, name and is_archived. get_policy_set returns only the first page of bindings plus a campaigns_total, so use this tool when a set has more campaigns than that page holds, or to search them by name. Read the membership here before detach_policy_set_campaigns — and before delete_policy_set, which the API refuses while any active campaign is still bound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring search against campaign name (case-insensitive). | |
| page | No | 1-indexed page number. | |
| limit | No | Page size (1-200). | |
| policy_set_id | Yes | Policy set UUID. |