> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Budget Rules

> Lists the Sponsored Products budget rules of an Amazon Ads profile

Lists the Sponsored Products budget rules of an Amazon Ads profile.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Amazon Ads                     |
| **Operation ID**     | `amazon_ads_list_budget_rules` |
| **Type**             | Action                         |
| **Connection**       | `amazon_ads` (required)        |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field     | Type           | Required | Default | Description                                                        |
| --------- | -------------- | -------- | ------- | ------------------------------------------------------------------ |
| `account` | DynamicAccount | Yes      | -       | Select the Amazon Ads profile whose budget rules should be listed. |
| `limit`   | integer        | No       | `100`   | Maximum number of budget rules to return. Default: 100.            |

## Output

**Type**: `List[Dict]`

Returns the raw list of budget rules.
