---
title: "Returns a list of the latest root cause analysis"
method: GET
path: "/analysis/{checkid}"
tags: ["Analysis"]
---

# Returns a list of the latest root cause analysis

`GET /analysis/{checkid}`

Returns a list of the latest root cause analysis results for a specified check.

## Path parameters

- `checkid` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `from` integer
- `to` integer

## Response `200`

Successful HTTP Response

- AnalysisRespAttrs
  - `analysis` object[]
    - `id` integer — Analysis id
    - `timefirsttest` integer — Time of test that initiated the confirmation test
    - `timeconfirmtest` integer — Time of the confirmation test that performed the error analysis

---

[API](https://skmtc.net/pingdom/apis/pingdom-public-api.md) · [All operations](https://skmtc.net/pingdom/apis/pingdom-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingdom/pingdom-public-api/revisions/d05c91a3c64b/schema)
