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

> Get details for a specific Meta Ads tracking pixel including configuration

Get details for a specific Meta Ads tracking pixel including configuration

|                      |                          |
| -------------------- | ------------------------ |
| **App**              | Meta Ads                 |
| **Operation ID**     | `meta_get_pixel_details` |
| **Type**             | Action                   |
| **Connection**       | `meta_ads` (required)    |
| **Credits per run**  | 1                        |
| **Agent / MCP tool** | Yes                      |

## Inputs

| Field     | Type                 | Required | Default | Description                                                                    |
| --------- | -------------------- | -------- | ------- | ------------------------------------------------------------------------------ |
| `account` | DynamicAccount       | Yes      | -       | Select Meta Ads account to get pixel from, ask the user for it if not provided |
| `pixel`   | string or SelectItem | Yes      | -       | Select Pixel to get details from, ask the user for it if not provided          |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns pixel configuration details like id, name, creation\_time, last\_fired\_time, etc.

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