---
title: "config/history"
method: GET
path: "/config/history"
tags: ["Configuration"]
---

# config/history

`GET /config/history`

List up to 200 of the most recent config history rows with publish-time diff metadata. Results are newest first and are not an exhaustive account history. Requires the `configuration:read` permission.

## Query parameters

- `since` string
- `author` string
- `include_drafts` boolean
- `limit` integer

## Response `200`

Config history rows.

- ConfigHistoryResponse
  - `entries` ConfigHistoryEntry[], required
    - `id` string, required
    - `account_id` string, required
    - `kind` 'version' | 'draft', required
    - `version_number` integer
    - `version_label` string
    - `created_at` string, required
    - `created_by_user_id` string
    - `created_by_name` string
    - `description` string
    - `diff_additions` integer
    - `diff_deletions` integer

## Other responses

- `400` — Invalid request parameters.
- `401` — Unauthorized.
- `403` — Forbidden.
- `500` — Internal server error.

---

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