---
title: "Get object sub-tree"
method: GET
path: "/v1/objects/{object-id}/sub-tree"
tags: ["Objects"]
---

# Get object sub-tree

`GET /v1/objects/{object-id}/sub-tree`

Retrieve a sub-tree of objects starting from the specified parent object.

## Path parameters

- `object-id` integer, required — Parent object ID

## Query parameters

- `filter` string — Optional filter string. If provided, only objects with name or alias containing given string will be returned.

## Response `200`

Object sub-tree retrieved successfully

- ObjectSummary[]
  - `alias` string — Object alias
  - `category` integer — Object category ID
  - `class` 'AccessPoint' | 'AgentPolicyLogParser' | 'Asset' | 'AssetGroup' | 'AssetRoot' | 'BusinessService' | 'BusinessServiceProto' | 'BusinessServiceRoot' | 'Chassis' | 'Cluster' | 'Condition' | 'Container' | 'Dashboard' | 'DashboardGroup' | 'DashboardRoot' | 'Generic' | 'Interface' | 'MobileDevice' | 'Network' | 'NetworkMap' | 'NetworkMapGroup' | 'NetworkMapRoot' | 'NetworkService' | 'Node' | 'NodeLink' | 'Rack' | 'Report' | 'ReportGroup' | 'ReportRoot' | 'Sensor' | 'ServiceCheck' | 'ServiceRoot' | 'Subnet' | 'Template' | 'TemplateGroup' | 'TemplateRoot' | 'VPNConnector' | 'Zone'
  - `guid` string, uuid — Object GUID
  - `id` integer — Object ID
  - `ipAddress` InetAddress
    - `family` integer — IP address family
    - `address` integer — IP address
    - `prefixLength` integer — IP address prefix length
  - `name` string — Object name
  - `timestamp` string, date-time — Object last change timestamp
  - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

## Other responses

- `401` — Unauthorized
- `403` — User does not have read access to given object
- `404` — Object with given ID does not exist

## Changes

- **2026-05-08** `c6aaf3632e48` — 1 breaking, 2 warning, 11 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - deleted the `query` request parameter `class`
  - deleted the `query` request parameter `maxDepth`
  - added the new optional `query` request parameter `filter`
  - …10 more

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/sub-tree/get.md)

---

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