---
title: "Check if the project has any cell measurements"
method: GET
path: "/projects/{project_id}/studies/has-measurements"
tags: ["studies"]
---

# Check if the project has any cell measurements

`GET /projects/{project_id}/studies/has-measurements`

Return whether any cell measurements exist for this project.

## Path parameters

- `project_id` string, required

## Response `200`

Successful Response

- HasMeasurementsResponse
  - `has_measurements` boolean, 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)
