---
title: "Get insights"
method: GET
path: "/v3/aggregation/insights/category"
tags: ["Insights"]
---

# Get insights

`GET /v3/aggregation/insights/category`

Retrieve the insights for each category of a user's transactions

## Response `200`

Insights

- object
  - `resources` object[]
    - `oldest_existing_transaction` string
    - `fully_analyzed_month` number
    - `fully_analyzed_day` number
    - `risky_transactions` number
    - `kpis` object
      - `global` object — Global metrics on the analyzed period
        - `categories` object[]
          - `id` number
          - `aggregates` object
            - `monetary_max` number
            - `monetary_mean` number
            - `monetary_min` number
      - `monthly` object[] — Montyly metrics on the analyzed period
        - `from` string
        - `to` string
        - `categories` object[]
          - `id` number
          - `aggregates` object
            - `monetary_sum` number
            - `frequency` number

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
