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

# Get Insights

`GET /reporting/insight`

## Query parameters

- `id` string
- `page` number
- `sortOrder` 'ASC' | 'DESC'
- `sortBy` 'createdAt' | 'duration' | 'cost'
- `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.
    - `systemKey` string — Stable server-owned identifier for system-created insights.
  - `metadata` PaginationMeta, required
    - `itemsPerPage` number, required
    - `totalItems` number, required
    - `currentPage` number, required
    - `totalPages` number
    - `hasNextPage` boolean
    - `nextCursor` string — Opaque cursor for the next page under keyset pagination (PRO-3163). Pass it back as the `cursor` query param to fetch the next page without an OFFSET scan. Present only when a further page likely exists.
    - `sortOrder` 'ASC' | 'DESC'
    - `itemsBeyondRetention` boolean
    - `createdAtLe` string, date-time
    - `createdAtGe` string, date-time

---

[API](https://skmtc.net/vapiai/apis/vapi-api.md) · [All operations](https://skmtc.net/vapiai/apis/vapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vapiai/vapi-api/versions/42e311e78e21/schema)
