---
title: "Get all props for a sprout"
method: GET
path: "/api/v1/props/{id}"
tags: ["props"]
---

# Get all props for a sprout

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

Returns all property key-value pairs for a specific sprout.

## Path parameters

- `id` string, required

## Response `200`

Sprout props as key-value map

- NATSEnvelope — Standard NATS proxy response envelope. On success, `result` contains the response data. On error, `error` contains a message string.
  - `result` unknown
  - `error` string — Error message (present only on failure)

## Other responses

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

---

[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/f88a30dcb10f/schema)
