---
title: "Insights list"
method: POST
path: "/analysis/insights"
tags: ["Analysis - Metrics"]
---

# Insights list

`POST /analysis/insights`

## Query parameters

- `from` integer
- `to` integer

## Request body

- InsightsReportItem
  - `id` string, nullable
  - `name` string
  - `benchResultId` string
  - `sampleType` 'BASIC' | 'WEB' | 'LOAD' | 'ERRORS' | 'NUMBER_COUNTER' | 'TEXTUAL_COUNTER' | 'THRESHOLD_ALARM'
  - `settings` ReportItemUiSettings[]
    - unknown
  - `thresholds` object
  - `filters` ReportItemQueryFilter[], nullable
    - `field` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-09-03** `0dd39158a6ad` — 1 info
  - api operation id `Z` removed and replaced with `u`
- **2026-09-02** `f1e5fc0d1899` — 1 info
  - api operation id `Z_2` removed and replaced with `Z`
- **2026-08-27** `5c632fc8774c` — 1 info
  - api operation id `F_2` removed and replaced with `Z_2`
- **2026-08-26** `02a15fc32858` — 6 breaking, 6 info
  - removed the enum value `CONTAINER` of the request property `sampleType`
  - removed the enum value `ERROR` of the request property `sampleType`
  - removed the enum value `HIT` of the request property `sampleType`
  - removed the enum value `HTTP` of the request property `sampleType`
  - …8 more
- **2026-07-27** `4b624af2cb6e` — 2 info
  - api operation id `m_4` removed and replaced with `r_3`
  - the request property `id` became nullable

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/analysis/insights/post.md)

---

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