---
title: "List Configs"
method: GET
path: "/list"
tags: ["Configuration Service"]
---

# List Configs

`GET /list`

Returns the path of all the configuration files available in annex/normal store.

## Query parameters

- `fileType` 'annex' | 'normal'
- `pattern` string

## Response `200`

OK

- ConfigFileInfo
  - `path` string — Repository file path
  - `id` string — Revision number of configuration file.
  - `comment` string — Commit message.

## 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/list/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)
