> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turingdb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Changes

> List all the changes done on the graph database

<Tabs>
  <Tab title="Cypher">
    ```jsx theme={null}
    // List all the changes done on the graph database
    CHANGE LIST
    ```
  </Tab>

  <Tab title="Python SDK">
    ```python theme={null}
    # List all the changes done on the graph database
    client.query("CHANGE LIST")
    ```
  </Tab>
</Tabs>
