---
title: "Get Metadata Value"
method: GET
path: "/apps/{app_name}/machines/{machine_id}/metadata/{key}"
tags: ["Machines"]
---

# Get Metadata Value

`GET /apps/{app_name}/machines/{machine_id}/metadata/{key}`

Get the value of a specific metadata key

## Path parameters

- `app_name` string, required
- `machine_id` string, required
- `key` string, required

## Response `200`

OK

- MetadataValueResponse
  - `value` string

## Other responses

- `404` — Not Found

---

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