---
title: "Get Config History"
method: GET
path: "/history/{path}"
tags: ["Configuration Service"]
---

# Get Config History

`GET /history/{path}`

Retrieves id, comment and timestamp of all the revisons of configuration files.

## Path parameters

- `path` string, required

## Query parameters

- `maxResults` number
- `from` string
- `to` string

## Response `200`

OK

- ConfigFileRevision
  - `id` string — Revision number of configuration file.
  - `comment` string — Commit message.
  - `time` string — File updation timestamp.

## Other responses

- `404` — Not Found

## Changes

- **2019-01-30** `be3545d74098` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2017-06-07** `46dfcb383ba3` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints/changes/history/:path/get.md)

---

[API](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints.md) · [All operations](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tmtsoftware/tmt-common-software-rest-endpoints/revisions/4647870f035d/schema)
