---
title: "Get DCI list for Grafana"
method: GET
path: "/v1/grafana/objects/{object-id}/dci-list"
tags: ["Grafana"]
---

# Get DCI list for Grafana

`GET /v1/grafana/objects/{object-id}/dci-list`

Retrieve data collection items (DCIs) for a specific object formatted for Grafana.

## Path parameters

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

## Response `200`

DCI list retrieved successfully

- object
  - `objects` object[]
    - `id` integer — DCI ID
    - `name` string — DCI description

## Other responses

- `400` — Object is not data collection target
- `401` — Unauthorized
- `403` — User does not have read access to given object
- `404` — 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)
