---
title: "GET /statistics/raw-data"
method: GET
path: "/statistics/raw-data"
tags: ["Statistics"]
---

# GET /statistics/raw-data

`GET /statistics/raw-data`

Get raw statistics data. Filterable fields: `actionType` (e.g. `HOME_MENU_CLICK`), `resourceType`
(e.g. `WIDGET`), `actionUser`, `associatedEntity`, `description`, `first`, `rowId`, and the `data.*`
fields (`data.type`, `data.tags`, `data.processingUser`, `data.ticketId`, …).
Suffix a filter with `_gte`, `_lte`, `_gt`, `_lt`, `_ne`, `_in` or `_nin` for range/set operators.
At most 10000 rows are returned; `skip`/`limit` are ignored. A filter on a field this table
doesn't have is rejected with a 400 naming the field and listing the supported ones.
Row timestamps are UTC; `timezone` does not apply here (it only affects bucketed endpoints).

## Query parameters

- `timezone` string
- `groupInterval` 'hour' | 'day' | 'month' | 'year'
- `skip` number, double
- `limit` number, double
- `groupedBy` string
- `aggsType` string
- `startDate` string
- `endDate` string
- `createdAt` string
- `updatedAt` string
- `type` string

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
