> ## 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.

# Get Budget Usage

> Gets the current budget usage percentage of Amazon Ads campaigns or portfolios

Gets the current budget usage percentage of Amazon Ads campaigns or portfolios.

|                      |                               |
| -------------------- | ----------------------------- |
| **App**              | Amazon Ads                    |
| **Operation ID**     | `amazon_ads_get_budget_usage` |
| **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 to get budget usage for.                                                                                                 |
| `usage_scope` | string or SelectableOption                              | Yes      | -       | What to get budget usage for: sp\_campaigns, sb\_campaigns, sd\_campaigns, or portfolios.                                                              |
| `ids`         | array of string (also accepts a comma-separated string) | Yes      | -       | The campaign IDs (or portfolio IDs when usage\_scope is portfolios) to get budget usage percentages for, as a list or comma-separated text. Up to 100. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns per-entity budget usage percentages with success and error lists.
