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

---

[API](https://skmtc.net/epilot/apis/entity-api.md) · [All operations](https://skmtc.net/epilot/apis/entity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/entity-api/versions/8dd3d44e1c4f/schema)
