---
title: "List values for a specific scenario metadata key."
method: GET
path: "/v1/scenarios/metadata/keys/{key}/values"
tags: ["Scenario"]
---

# List values for a specific scenario metadata key.

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

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

## Path parameters

- `key` string, required

## Response `200`

OK

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

## Other responses

- `400` — Invalid metadata key provided.

---

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