---
title: "Get element by ID"
method: GET
path: "/api/v1/ui/elements/{id}"
tags: ["ui"]
---

# Get element by ID

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

Returns a single element by its globally unique identifier.

## Path parameters

- `id` ElementId, required — unresolved $ref

## Response `200`

The requested element.

- ElementInfoJson — unresolved $ref

## Other responses

- `404` — Element not found.
- `409` — Capture is stale or a UI/native mutation or probe is temporarily busy. Retry after obtaining a fresh capture.
- `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)
