---
title: "List results"
method: GET
path: "/api/v1/results"
tags: ["results"]
---

# List results

`GET /api/v1/results`

Keyset-paginated index of order items with result activity, newest first.

## Query parameters

- `limit` integer
- `cursor` string
- `status` string

## Response `200`

One page of results

- ListResultsResponse
  - `results` ResultSummary[], required
    - `order_item_id` string, required
    - `order_id` string, required
    - `variant_id` string, required
    - `product_name` string
    - `results_status` string, required
    - `is_acknowledged` boolean, required
    - `test_taker_id` string
    - `updated_at` string, date-time, required
  - `next_cursor` string — Pass as ?cursor= for the next page; absent on the last page.

## Other responses

- `400` — Invalid pagination or filter parameters
- `401` — Missing or invalid credentials
- `500` — Internal server error

---

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