---
title: "Get summary reports of database"
method: GET
path: "/v1/databases/{id}/metrics/summary"
tags: ["Reports"]
---

# Get summary reports of database

`GET /v1/databases/{id}/metrics/summary`

get summary reports of database that user owns

## Path parameters

- `id` string, required

## Response `200`

Successful operation

- object
  - `cpuUsage` object[]
    - `value` union[]
      - union
        - number
        - string
    - `applet` string
  - `memoryUsage` object[]
    - `value` union[]
      - union
        - number
        - string
    - `applet` string
  - `disksUsage` object[]
    - `size` string
    - `usage` string
    - `reportedAt` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — Database does not exists.

## Changes

> 19 revisions in range; 1 not diffed.

- **2023-10-06** `5f87209bfb82` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/liara-cloud/apis/dbaas/changes/v1/databases/:id/metrics/summary/get.md)

---

[API](https://skmtc.dev/liara-cloud/apis/dbaas.md) · [All operations](https://skmtc.dev/liara-cloud/apis/dbaas/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/dbaas/revisions/6423b3e16f16/schema)
