---
title: "fppd/condition/preview"
method: GET
path: "/api/fppd/condition/preview"
tags: ["fppd"]
---

# fppd/condition/preview

`GET /api/fppd/condition/preview`

Preview a single If/Conditional Check leaf's current raw value - the same lookup evaluate() uses internally (Variable/Expression/Setting/Time/MQTT/ GPIO Pin/Sensor/Sun), before any comparator/Value is applied. Backs the If condition editor's "Show Current Value" button, so picking the right Value to compare against isn't guesswork.

## Query parameters

- `source` string
- `name` string

## Response `200`

{"found": true, "value": "..."} or {"found": false} if the source/name doesn't currently resolve.

## Changes

- **2026-07-24** `5dc4f0eccb06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/fppd/condition/preview/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/5dc4f0eccb06/schema)
