---
title: "List errors"
method: POST
path: "/analysis/errors"
tags: ["Analysis - Errors"]
---

# List errors

`POST /analysis/errors`

## Query parameters

- `from` integer
- `to` integer

## Request body

- ErrorsReportItem
  - `id` string, nullable
  - `name` string
  - `filters` ReportItemQueryFilter[]
    - `field` string
  - `benchResultId` string
  - `settings` ReportItemUiSettings[], nullable
    - unknown

## Response `200`

OK

## Other responses

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

## Changes

- **2026-09-02** `f1e5fc0d1899` — 1 info
  - api operation id `l_1` removed and replaced with `F_2`
- **2026-08-27** `5c632fc8774c` — 1 info
  - api operation id `E` removed and replaced with `l_1`
- **2026-08-26** `02a15fc32858` — 4 warning, 2 info
  - removed the optional property `items/actionId` from the response with the `200` status
  - removed the optional property `items/injectorId` from the response with the `200` status
  - removed the optional property `items/regionId` from the response with the `200` status
  - removed the optional property `items/virtualUserId` from the response with the `200` status
  - …2 more
- **2026-07-27** `4b624af2cb6e` — 3 info
  - api operation id `P_4` removed and replaced with `J_1`
  - the request property `id` became nullable
  - the request property `settings` became nullable

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/analysis/errors/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)
