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

# Get network-transmit reports of database

`GET /v1/databases/{id}/metrics/network-transmit`

get network-transmit reports of database that user owns

## Path parameters

- `id` string, required

## Query parameters

- `since` number, required

## Response `200`

Successful operation

- Reports
  - `end` number
  - `result` object[]
    - `values` array[]
      - union[]
        - union
          - number
          - string
    - `applet` string

## Other responses

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

---

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