---
title: "Get element property value"
method: GET
path: "/api/v1/ui/elements/{id}/properties/{name}"
tags: ["ui"]
---

# Get element property value

`GET /api/v1/ui/elements/{id}/properties/{name}`

Returns the current value of a named property on an element.

## Path parameters

- `id` ElementId, required — unresolved $ref
- `name` string, required

## Response `200`

Property value.

- object
  - `value` unknown, required

## Other responses

- `404` — Element not found.
- `500` — Internal server error.
- `501` — Capability not implemented by the connected backend.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
