---
title: "POST /openapi/v1/uns/browse"
method: POST
path: "/openapi/v1/uns/browse"
tags: ["openapi/v1/uns", "openapiV1Uns"]
---

# POST /openapi/v1/uns/browse

`POST /openapi/v1/uns/browse`

## Request body

- BrowseReq
  - `path` string
  - `max_depth` integer
  - `include_metadata` boolean
  - `include_leaf_value` boolean

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string
  - `data` BrowseResp
    - `tree` OpenapiNodeInfo[], required
      - `id` integer, required
      - `path` string, required
      - `name` string, required
      - `type` string, required
      - `topicType` string, required
      - `description` string
      - `displayName` string
      - `extendProperties` object
      - `fields` SchemaField[]
        - `name` string, required
        - `type` string, required
        - `unit` string
      - `children` OpenapiNodeInfo[]
      - `alias` string
      - `enableHistory` boolean
      - `bindFlowID` integer
      - `payload` OpenapiVQT
        - `value` object
        - `quality` string, required
        - `timeStamp` integer, required

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/e5f616b215c8/schema)
