---
title: "Get Repo Metadata"
method: GET
path: "/metadata"
tags: ["Configuration Service"]
---

# Get Repo Metadata

`GET /metadata`

Retreives following metadata of Configuration service :
1. Repository Path
2. Annex store Path
3. Annex file min Size
4. Max Config File Size

## Response `200`

OK

- ConfigMetaData
  - `repoPath` string — Repository file path.
  - `annexPath` string — Annex repository file path.
  - `annexMinFileSize` string — Minimum file size limit, above which file will be uploaded in annex store.
  - `maxConfigFileSize` string — Maximum allowed size for configuration file to be uploaded in repository.

## Other responses

- `500` — Internal Server Error

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