> ## 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 Last Fired At

> Checks when a Reddit Pixel last fired, for verifying that pixel or conversion event tracking is alive

Checks when a Reddit Pixel last fired, for verifying that pixel or conversion event tracking is alive.

|                      |                                      |
| -------------------- | ------------------------------------ |
| **App**              | Reddit Ads                           |
| **Operation ID**     | `reddit_ads_get_pixel_last_fired_at` |
| **Type**             | Action                               |
| **Connection**       | `reddit_ads` (required)              |
| **Credits per run**  | 1                                    |
| **Agent / MCP tool** | Yes                                  |

## Inputs

| Field      | Type                 | Required | Default | Description                                                                     |
| ---------- | -------------------- | -------- | ------- | ------------------------------------------------------------------------------- |
| `pixel_id` | string or SelectItem | Yes      | -       | ID of the Reddit Pixel to check. Find pixel IDs with reddit\_ads\_list\_pixels. |

### 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 the pixel last-fired timestamps.
