---
title: "Returns a single record from a recordset which matches the key value"
method: GET
path: "/api/recordsets/{id}/data/{keyvalue}"
tags: ["Recordsets"]
---

# Returns a single record from a recordset which matches the key value

`GET /api/recordsets/{id}/data/{keyvalue}`

When called against a binary recordset this returns the binary object as an http attachment


When called against a tabular recordset the object that is returned is dynamically typed using the field definitions for the recordset.

## Path parameters

- `id` integer, required
- `keyvalue` string, required

## Response `200`

Ok

---

[API](https://skmtc.dev/cefas/apis/data-portal.md) · [All operations](https://skmtc.dev/cefas/apis/data-portal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cefas/data-portal/revisions/1ff904b61926/schema)
