---
title: "List measurement IDs produced from a raw-data record"
method: GET
path: "/raw_data/{raw_data_id}/cell_measurements"
tags: ["Raw Data"]
---

# List measurement IDs produced from a raw-data record

`GET /raw_data/{raw_data_id}/cell_measurements`

Reverse provenance read: measurements linked to this raw-data record.

## Path parameters

- `raw_data_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PaginatedResponseStr
  - `items` string[], required
  - `count` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
