---
title: "List"
method: GET
path: "/keys/{key}/configs"
tags: ["Configurations"]
---

# List

`GET /keys/{key}/configs`

Lists configurations associated with a key

## Path parameters

- `key` string, required

## Query parameters

- `user_token` string

## Response `200`

Success

- ConfigsResponse
  - `result` object, required — List of configurations
    - `configs` Config[], required
      - `updatedAt` string, required — Timestamp for when the config was created
      - `createdAt` string, required — Timestamp for when the config was updated
      - `name` string, required — A unique name to identify the configuration payload
      - `payload` string, required — A serialised payload of up to `4096` characters
  - `message` 'Success', required
  - `code` 2000, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2023-07-06** `a5eed9e99274` — 2 info
  - api tag `Configurations` added
  - api tag `Configs` removed

[Change history](https://skmtc.dev/ideal-postcodes/apis/api-reference/changes/keys/:key/configs/get.md)

---

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