---
title: "Get test results"
method: GET
path: "/public/v1/test-results"
tags: ["TestResult"]
---

# Get test results

`GET /public/v1/test-results`

List test results for the authenticated company, most recently created last (ordered by creation time, then id). Each result is returned in full, including its potency values, lab metadata, `additional_test_results`, `coa_url`, `is_primary` flag, and the `package_id`/`batch_id` it is attached to.

Results are paginated; follow the `next_page` URL in the envelope to walk the full set. Reads are eventually consistent — a test result you just created or updated may take up to 1 second to appear or reflect its latest values here.

Required permission: `products_permissions_view`.

## Query parameters

- `ids` string[]
- `package_ids` string[]
- `batch_ids` string[]
- `product_ids` string[]
- `metrc_ids` integer[]
- `inserted_datetime` string
- `updated_datetime` string
- `page` string

## Response `200`

A list of test results

## Other responses

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

---

[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/eb775b7b6ee0/schema)
