> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Track Changes operations

> Track Changes operation reference from the canonical Document API contract.

[Back to full reference](../index)

Tracked-change inspection and review operations.

| Operation                                                                                                                                                                              | Member path           | Mutates | Idempotency   | Tracked | Dry run |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- | ------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/track-changes/list"><code>trackChanges.list</code></a></span>     | `trackChanges.list`   | No      | `idempotent`  | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/track-changes/get"><code>trackChanges.get</code></a></span>       | `trackChanges.get`    | No      | `idempotent`  | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/track-changes/decide"><code>trackChanges.decide</code></a></span> | `trackChanges.decide` | Yes     | `conditional` | No      | No      |
