---
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

---

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