get_campaigns
List all campaigns in a Reddit ad account with budgets converted to USD. Filter by status to narrow results on large accounts.
Instructions
List all campaigns in a Reddit ad account, with budget fields converted to USD (*_usd siblings). Use get_campaign for a single known id, or find_entity to resolve a name to an id. Returns every campaign in the account, so narrow with status on large accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Client-side filter on configured_status. | |
| account_id | No | Ad account id (a2_...). Falls back to REDDIT_ADS_ACCOUNT_ID. |