---
title: "Get Property"
method: GET
path: "/configurations/{externalId}/properties/{key}"
tags: ["Configuration Stores"]
---

# Get Property

`GET /configurations/{externalId}/properties/{key}`

Retrieves a specific property value by key

## Path parameters

- `externalId` string, required
- `key` string, required

## Query parameters

- `workspaceId` integer, required

## Response `200`

Property retrieved successfully

## Other responses

- `404` — Property not found

---

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