---
title: "Retrieve Black Box Test Results"
method: GET
path: "/seti/black_box_test_results"
tags: ["SETI Observability"]
---

# Retrieve Black Box Test Results

`GET /seti/black_box_test_results`

Returns the results of the various black box tests

## Query parameters

- `filter` object
  - `product` string — Filter results for a specific product.

## Response `200`

A list of black box test results.

- object
  - `data` BlackBoxTestResultSet[]
    - `record_type` string
    - `product` string — The product associated with the black box test group.
    - `black_box_tests` BlackBoxTestResult[]
      - `record_type` string
      - `id` string — The name of the black box test.
      - `result` number — The average result of the black box test over the last hour.

## Other responses

- `401` — Unauthorized

---

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