---
title: "listChangesets"
method: GET
path: "/v1/entity/{slug}/{id}/changesets"
tags: ["Entities"]
---

# listChangesets

`GET /v1/entity/{slug}/{id}/changesets`

Returns all pending changesets for an entity.

## Path parameters

- `slug` string, required — URL-friendly identifier for the entity schema
- `id` string, uuid, required

## Query parameters

- `anonymize` boolean

## Response `200`

Pending changesets for the entity

- ChangesetMap — Map of attribute name to pending changeset. At most one changeset per attribute.

## Other responses

- `404` — The requested resource was not found

## Changes

- **2026-07-21** `623caa43b2a2` — 1 info
  - added the new optional `query` request parameter `anonymize`

[Change history](https://skmtc.dev/epilot/apis/entity-api/changes/v1/entity/:slug/:id/changesets/get.md)

---

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