---
title: "Get the tuplets list for an Entity.  The tuplets have the same parent activity node."
method: GET
path: "/entities/{id}/tuplets"
---

# Get the tuplets list for an Entity.  The tuplets have the same parent activity node.

`GET /entities/{id}/tuplets`

## Path parameters

- `id` string, required

## Query parameters

- `status` 'New' | 'QA' | 'Published'
- `property_key` 'uuid'

## Response `200`

An array of tuplet entities is returned

- object[]

## Other responses

- `400` — Invalid or misformatted entity identifier
- `401` — The user's token has expired or the user did not supply a valid token
- `403` — The user is not authorized to access the entity.
- `404` — The target entity could not be found
- `500` — Internal error

## Changes

- **2025-03-18** `c3a696b58191` — 3 breaking, 3 info
  - removed the enum value `new` from the `query` request parameter `status`
  - removed the enum value `published` from the `query` request parameter `status`
  - removed the enum value `qa` from the `query` request parameter `status`
  - added the new enum value `New` to the `query` request parameter `status`
  - …2 more

[Change history](https://skmtc.dev/hubmapconsortium/apis/hubmap-entity-api/changes/entities/:id/tuplets/get.md)

---

[API](https://skmtc.dev/hubmapconsortium/apis/hubmap-entity-api.md) · [All operations](https://skmtc.dev/hubmapconsortium/apis/hubmap-entity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubmapconsortium/hubmap-entity-api/revisions/a192f35c6b16/schema)
