---
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

---

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