---
title: "Get all steps for a cell measurement"
method: GET
path: "/cell_measurements/{measurement_id}/steps"
tags: ["Cell Measurements"]
---

# Get all steps for a cell measurement

`GET /cell_measurements/{measurement_id}/steps`

Retrieve ALL steps for a specific cell measurement.

Backend fetches all steps internally (paginating as needed with limit 1000).
Returns ``{ steps: {...} }``.

## Path parameters

- `measurement_id` string, required

## Response `200`

Successful Response

- unknown

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