---
title: "List values for a specific devbox metadata key."
method: GET
path: "/v1/devboxes/metadata/keys/{key}/values"
tags: ["Devbox"]
---

# List values for a specific devbox metadata key.

`GET /v1/devboxes/metadata/keys/{key}/values`

Returns a list of all values that exist for a specific metadata key across all devboxes.

## Path parameters

- `key` string, required

## Response `200`

OK

- MetadataValuesView
  - `key` string
  - `values` string[]

## Other responses

- `400` — Invalid metadata key provided.

---

[API](https://skmtc.net/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.net/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runloopai/runloop-api/versions/ef553a04de89/schema)
