---
title: "Retrieve a testset row"
method: GET
path: "/api/testsets/{testset_id}/rows/{row_index}/"
tags: ["testsets"]
---

# Retrieve a testset row

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

Retrieve a single row from a testset.

## Path parameters

- `testset_id` string, required
- `row_index` string, required

## Headers

- `Authorization` string, required

## Response `200`

Row details.

- TestsetsRetrieveTestsetRowResponse200
  - `row_index` number, double, required — Row index. Decimal values can be returned after reordering.
  - `testset_id` string, required — Parent testset ID.
  - `row_data` ApiTestsetsTestsetIdRowsRowIndexGetResponsesContentApplicationJsonSchemaRowData, required — Row payload keyed by testset column field.

## Other responses

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

## Changes

- **2026-08-13** `4e064cf81dae` — 4 breaking, 6 info
  - the `row_data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - removed the required property `height` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `testset_sheet` from the response with the `200` status
  - …6 more
- **2026-07-31** `c26d550029f8` — 4 breaking, 6 info
  - the response property `row_data` became optional for the status `200`
  - the response property `row_index` became optional for the status `200`
  - the `row_data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `testset_id` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/testsets/:testset_id/rows/:row_index/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)
