---
title: "List testset rows"
method: GET
path: "/api/testsets/{testset_id}/rows/"
tags: ["testsets"]
---

# List testset rows

`GET /api/testsets/{testset_id}/rows/`

List rows in a testset.

## Path parameters

- `testset_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

Paginated row list.

- TestsetsListTestsetRowsResponse200
  - `count` integer, required — Number of rows returned in this page.
  - `next` string, nullable — URL for the next page, if any.
  - `previous` string, nullable — URL for the previous page, if any.
  - `current_filters` ApiTestsetsTestsetIdRowsGetResponsesContentApplicationJsonSchemaCurrentFilters — Current filter state returned by the paginator.
  - `results` ApiTestsetsTestsetIdRowsGetResponsesContentApplicationJsonSchemaResultsItems[], required — Array of testset rows.
    - `row_index` number, double, required — Row index. Decimal values can be returned after reordering.
    - `testset_id` string, required — Parent testset ID.
    - `row_data` ApiTestsetsTestsetIdRowsGetResponsesContentApplicationJsonSchemaResultsItemsRowData, required — Row payload keyed by testset column field.

## Other responses

- `401` — Unauthorized - Missing/invalid authentication
- `404` — Not Found

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-31** `c26d550029f8` — 6 breaking, 7 info
  - the response property `results/items/row_data` became optional for the status `200`
  - the response property `results/items/row_index` became optional for the status `200`
  - the `next` response's property type/format changed from `string, null`/`` to `string, null`/`uri` for status `200`
  - the `previous` response's property type/format changed from `string, null`/`` to `string, null`/`uri` for status `200`
  - …9 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/testsets/:testset_id/rows/get.md)

---

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