---
title: "Get objects status for Grafana"
method: POST
path: "/v1/grafana/objects-status"
tags: ["Grafana"]
---

# Get objects status for Grafana

`POST /v1/grafana/objects-status`

Retrieve status information for child objects of a root object formatted for Grafana.

## Request body

- object
  - `rootObjectId` integer, required — Root object ID to retrieve children status for

## Response `200`

Objects status retrieved successfully

- object[]
  - `Name` string — Object name (may include alias in parentheses)
  - `Status` integer — Object status

## Other responses

- `400` — Invalid root object ID
- `401` — Unauthorized
- `403` — User does not have read access to root object
- `404` — Root object with given ID does not exist

---

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