---
title: "Get a test result"
method: GET
path: "/public/v1/test-results/{id}"
tags: ["TestResult"]
---

# Get a test result

`GET /public/v1/test-results/{id}`

Get a single test result by its ID, in full: potency values, lab metadata, `additional_test_results`, `coa_url`, the `is_primary` flag, and the `package_id`/`batch_id` it is attached to. Returns 404 if no test result with that ID exists for the authenticated company.

Required permission: `products_permissions_view`.

## Path parameters

- `id` string, required

## Response `200`

A single test result

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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