---
title: "Retrieves application test reports"
method: GET
path: "/reports/test-result"
tags: ["reports"]
---

# Retrieves application test reports

`GET /reports/test-result`

Retrieves the application test results as sectioned reports.

## Response `200`

The call was successful.

- SectionedReport — A report generated multiple times over time is captured in independent sections.
  - `schema` 'sectioned-report'
  - `sections` object[] — A collection of the independent sections of the report.
    - `name` string — Report name.
    - `href` string — Report HREF.

---

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