---
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

## Changes

- **2026-07-17** `2f261ecc6074` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-11-03** `8b089db7394c` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-11-03** `31e15898198d` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-10-19** `2ab28454b40f` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-10-13** `b1f82f1cf2a3` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`

[Full history](https://skmtc.dev/sipcapture/apis/homer-app/changes/statistic/_measurements/:dbid/get.md)

---

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