> ## 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 Account Details

> Retrieves detailed account information from Meta Ads including status, timezone, currency, business info, spending limits, and settings

Retrieves detailed account information from Meta Ads including status, timezone, currency, business info, spending limits, and settings. NOTE: All monetary fields (amount\_spent, balance, spend\_cap, min\_daily\_budget, min\_campaign\_group\_spend\_cap) are returned raw from Meta in the account's minor currency units (cents for USD, e.g. 10000 = \$100). Divide by 100 to get dollars before passing to write operations.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Meta Ads                       |
| **Operation ID**     | `meta_ads_get_account_details` |
| **Type**             | Action                         |
| **Connection**       | `meta_ads` (required)          |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |
| **Versions**         | 1, 2 (default: 2)              |

## Inputs

| Field      | Type                                          | Required | Default | Description                                                                           |
| ---------- | --------------------------------------------- | -------- | ------- | ------------------------------------------------------------------------------------- |
| `accounts` | array (also accepts a comma-separated string) | Yes      | -       | Select Meta Ads accounts to retrieve details for, ask the user for it if not provided |

## Output

**Type**: `Dict`

Returns account details. Monetary fields are returned raw from Meta in the account's minor currency units (cents for USD).

**Fields**: dynamic (depend on the inputs)
