---
title: "Retrieve summary table in format suitable for Grafana Infinity"
method: POST
path: "/v1/grafana/infinity/summary-table"
tags: ["Grafana"]
---

# Retrieve summary table in format suitable for Grafana Infinity

`POST /v1/grafana/infinity/summary-table`

Retrieve summary table in format suitable for Grafana Infinity.

## Request body

- object
  - `rootObjectId` integer — ID of root object for summary table retrieval
  - `tableId` integer — ID of summary table to be retrieved

## Response `200`

Successful retrieval of summary table.

- object[]

## Other responses

- `400` — Invalid or missing rootObjectId / tableId.
- `401` — Unauthorized.
- `403` — Access denied.
- `500` — Query execution failed.

## Changes

- **2026-06-10** `30e75dc6a94c` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
- **2026-05-08** `c6aaf3632e48` — 3 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/grafana/infinity/summary-table/post.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/37e78a603eb9/schema)
