---
title: "Get latest tests results"
method: GET
path: "/metrics/tests/latest"
tags: ["metrics"]
---

# Get latest tests results

`GET /metrics/tests/latest`

## Query parameters

- `limit` integer

## Response `200`

Test results summary for specified <limit> last days.

- TestResultSummary[]
  - `id` string, required — Unique identifier of TestResult
  - `testDate` integer, required — Timestamp of creation date of this service
  - `serviceId` string, required — Unique identifier of service tested
  - `success` boolean, required — Flag telling if test is a success

---

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