---
title: "Get Config Versions"
method: GET
path: "/api/configs/versions"
tags: ["configs"]
---

# Get Config Versions

`GET /api/configs/versions`

Returns a list of available configuration versions for the current user

## Response `200`

Successful Response

- ConfigVersionsResponse
  - `versions` ConfigVersionInfo[], required
    - `external_id` string, required
    - `title` string, nullable, required
    - `created_at` string, required

## Changes

- **2025-08-19** `5287337ab0fe` — 1 breaking, 3 info
  - the `versions/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the required property `versions/items/created_at` to the response with the `200` status
  - added the required property `versions/items/external_id` to the response with the `200` status
  - added the required property `versions/items/title` to the response with the `200` status

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/configs/versions/get.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
