---
title: "List measurements assigned to a study"
method: GET
path: "/projects/{project_id}/studies/{study_id}/measurements"
tags: ["studies"]
---

# List measurements assigned to a study

`GET /projects/{project_id}/studies/{study_id}/measurements`

Retrieve measurements assigned to a study with pagination.

## Path parameters

- `project_id` string, required
- `study_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

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