---
title: "Get test results by ENR"
method: GET
path: "/v1/test/enr/{enr}"
tags: ["Test"]
---

# Get test results by ENR

`GET /v1/test/enr/{enr}`

This endpoint retrieves test results for a specific ENR.

## Path parameters

- `enr` string, required

## Response `200`

Test results found

- TestResultDto[]
  - `data` TestCategoriesDto
    - `charon_peers` TestCategoryDto
      - `category_name` string — Category name
      - `execution_time` string — Execution time
      - `score` string — Score letter grade
      - `targets` object — Targets with test results
    - `beacon_node` TestCategoryDto
      - `category_name` string — Category name
      - `execution_time` string — Execution time
      - `score` string — Score letter grade
      - `targets` object — Targets with test results
    - `validator_client` TestCategoryDto
      - `category_name` string — Category name
      - `execution_time` string — Execution time
      - `score` string — Score letter grade
      - `targets` object — Targets with test results
    - `mev` TestCategoryDto
      - `category_name` string — Category name
      - `execution_time` string — Execution time
      - `score` string — Score letter grade
      - `targets` object — Targets with test results
    - `infra` TestCategoryDto
      - `category_name` string — Category name
      - `execution_time` string — Execution time
      - `score` string — Score letter grade
      - `targets` object — Targets with test results
  - `enr` string — ENR text for the Charon node whose private key signed the payload
  - `sig` string — Base64-encoded secp256k1 ECDSA signature (65 bytes: 32-byte r + 32-byte s + 1-byte recovery id) over the SSZ `hashTreeRoot` of the UTF-8 bytes of `JSON.stringify(data)`, matching Charon `publishResultToObolAPI`

## Other responses

- `404` — No test results found for this ENR
- `500` — An unknown error occurred

---

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