---
title: "Get Insights"
method: GET
path: "/reporting/insight"
tags: ["Insight"]
---

# Get Insights

`GET /reporting/insight`

## Query parameters

- `id` string
- `page` number
- `sortOrder` 'ASC' | 'DESC'
- `limit` number
- `createdAtGt` string, date-time
- `createdAtLt` string, date-time
- `createdAtGe` string, date-time
- `createdAtLe` string, date-time
- `updatedAtGt` string, date-time
- `updatedAtLt` string, date-time
- `updatedAtGe` string, date-time
- `updatedAtLe` string, date-time

## Response `200`

- InsightPaginatedResponse
  - `results` Insight[], required
    - `name` string — This is the name of the Insight.
    - `type` 'bar' | 'line' | 'pie' | 'text', required — This is the type of the Insight.
    - `id` string, required — This is the unique identifier for the Insight.
    - `orgId` string, required — This is the unique identifier for the org that this Insight belongs to.
    - `createdAt` string, date-time, required — This is the ISO 8601 date-time string of when the Insight was created.
    - `updatedAt` string, date-time, required — This is the ISO 8601 date-time string of when the Insight was last updated.
  - `metadata` PaginationMeta, required
    - `itemsPerPage` number, required
    - `totalItems` number, required
    - `currentPage` number, required
    - `itemsBeyondRetention` boolean
    - `createdAtLe` string, date-time
    - `createdAtGe` string, date-time

## Changes

> 35 revisions in range; 6 could not be searched.

- **2025-11-03** `d052da8b4f6e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vapiai/apis/vapi-api/changes/reporting/insight/get.md)

---

[API](https://skmtc.dev/vapiai/apis/vapi-api.md) · [All operations](https://skmtc.dev/vapiai/apis/vapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vapiai/vapi-api/revisions/45678bc2c663/schema)
