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

> Get a LinkedIn Ads account's details (name, currency, status, type, and more)

Get a LinkedIn Ads account's details (name, currency, status, type, and more). In LinkedIn's API this is an adAccount.

|                      |                                    |
| -------------------- | ---------------------------------- |
| **App**              | LinkedIn Ads                       |
| **Operation ID**     | `linkedin_ads_get_account_details` |
| **Type**             | Action                             |
| **Connection**       | `linkedin_ads` (required)          |
| **Credits per run**  | 1                                  |
| **Agent / MCP tool** | Yes                                |

## Inputs

| Field     | Type           | Required | Default | Description                                           |
| --------- | -------------- | -------- | ------- | ----------------------------------------------------- |
| `account` | DynamicAccount | Yes      | -       | Select the LinkedIn Ads account to fetch details for. |

## Output

**Type**: `Dict`

Returns LinkedIn's raw adAccount object, unmodified. Field set varies per account.

**Fields**: `id`, `name`, `currency`, `status`, `type`, `reference`, `servingStatuses`, `test`, `changeAuditStamps`
