ui

Get visual tree

Returns the full visual tree of the application. Windows are root nodes. Use query parameters to limit depth, select a tree layer, or scope to a subtree.

get/api/v1/ui/tree

Query parameters

depthinteger

Maximum depth of the tree to return. Unlimited if omitted.

layer'framework' | 'native' | 'render'

Which tree layer to return.

rootIdstring

Element ID to scope the tree to a subtree.

includestring[]

Additional data to include with each element.

Response

Array of root elements (windows) with their children.

ElementInfoJson[] required— unresolved $ref

Changes