---
title: "List Settings Changes"
method: GET
path: "/settings_changes"
tags: ["settings_changes", "Settings Changes"]
---

# List Settings Changes

`GET /settings_changes`

List Settings Changes

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of SettingsChanges objects.

- SettingsChangeEntity[]
  - `api_key_id` integer — The API key id responsible for this change.
  - `changes` string[] — Markdown-formatted change messages.
  - `created_at` string, date-time — The time this change was made.
  - `user_id` integer — The user id responsible for this change.
  - `user_is_files_support` boolean — true if this change was performed by Files.com support.
  - `user_is_from_parent_site` boolean — true if this change was performed by a user on a parent site.
  - `username` string — The username of the user responsible for this change.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
