---
title: "Get DCI summary table details"
method: GET
path: "/v1/dci-summary-tables/{table-id}"
tags: ["DCI Summary Tables"]
---

# Get DCI summary table details

`GET /v1/dci-summary-tables/{table-id}`

Retrieve full details of a specific DCI summary table including columns and filter. Requires MANAGE_SUMMARY_TBLS access right.

## Path parameters

- `table-id` integer, required

## Response `200`

Summary table details retrieved successfully

- SummaryTableDetails — Full DCI summary table definition
  - `id` integer — Summary table ID
  - `guid` string, uuid — Summary table GUID
  - `menuPath` string — Menu path for the summary table
  - `title` string — Summary table title
  - `flags` integer — Summary table flags
  - `nodeFilter` string — NXSL filter script source
  - `tableDciName` string — Table DCI name (for table-based summary tables)
  - `columns` SummaryTableColumn[] — Column definitions
    - `name` string — Column display name
    - `dciName` string — DCI name to collect data from
    - `flags` integer — Column flags
    - `separator` string — Multi-value separator (default ";")

## Other responses

- `400` — Invalid summary table ID
- `401` — Unauthorized
- `403` — User does not have MANAGE_SUMMARY_TBLS access right
- `404` — Summary table not found
- `500` — Database failure

---

[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/14d93e5115dd/schema)
