---
title: "Get a specific prop value"
method: GET
path: "/api/v1/props/{id}/{key}"
tags: ["props"]
---

# Get a specific prop value

`GET /api/v1/props/{id}/{key}`

Returns the value of a single property key for a sprout.

## Path parameters

- `id` string, required
- `key` string, required

## Response `200`

Property value

- unknown

## Other responses

- `400` — Bad request — missing or invalid parameters
- `502` — NATS communication error — farmer unreachable or returned an error

## Changes

- **2026-03-13** `26871a2f667f` — 1 breaking, 2 warning
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `error` from the response with the `200` status
  - removed the optional property `result` from the response with the `200` status

[Change history](https://skmtc.dev/gogrlx/apis/grlx-cli-api/changes/api/v1/props/:id/:key/get.md)

---

[API](https://skmtc.dev/gogrlx/apis/grlx-cli-api.md) · [All operations](https://skmtc.dev/gogrlx/apis/grlx-cli-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gogrlx/grlx-cli-api/revisions/26871a2f667f/schema)
