---
title: "GET /statistic/_measurements/{dbid}"
method: GET
path: "/statistic/_measurements/{dbid}"
tags: ["statistic"]
---

# GET /statistic/_measurements/{dbid}

`GET /statistic/_measurements/{dbid}`

Returns data based upon filtered json

## Path parameters

- `dbid` string, required — database id

## Request body

- StatisticSearchObject
  - `param` object
    - `bfrom` integer
    - `limit` integer
    - `precision` integer
    - `search` object
      - `database` string
    - `total` boolean
  - `timestamp` object
    - `from` integer
    - `to` integer

## Response `200`

StatisticObject

- StatisticObject
  - `param` object
    - `bfrom` integer
    - `limit` integer
    - `precision` integer
    - `query` object[]
      - `database` string
      - `main` string
      - `rawquery` string
      - `retention` string
      - `tag` string[]
      - `type` string[]
    - `total` boolean
  - `timestamp` object
    - `from` integer
    - `to` integer

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/2f261ecc6074/schema)
