---
title: "List DCI summary tables"
method: GET
path: "/v1/dci-summary-tables"
tags: ["DCI Summary Tables"]
---

# List DCI summary tables

`GET /v1/dci-summary-tables`

Retrieve a list of available DCI summary tables. Only tables the calling user has access to are returned; users with "Configure DCI summary tables" system access right receive all tables.

## Response `200`

DCI summary tables retrieved successfully

- SummaryTableListEntry[]
  - `id` integer — Summary table ID
  - `menuPath` string — Menu path for the summary table
  - `title` string — Summary table title
  - `flags` integer — Summary table flags
  - `guid` string, uuid — Summary table GUID

## Other responses

- `401` — Unauthorized
- `500` — Database failure

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/05f4250e90c7?raw)
