---
title: "List property options"
method: GET
path: "/property-keys/{id}/options"
tags: ["Market Navigation"]
---

# List property options

`GET /property-keys/{id}/options`

Returns options for a specific property key, optionally filtered by parent option

## Path parameters

- `id` string, required

## Query parameters

- `parentId` string

## Response `200`

Property options retrieved successfully

- PropertyOptionResponseDto[]
  - `id` string, required — Unique identifier of the property option
  - `propertyKeyId` string, required — Property key ID this option belongs to
  - `value` string, required — Value identifier for the option
  - `label` string, required — Display label for the option
  - `sortOrder` number, required — Sort order for the option
  - `parentOptionId` string, nullable — Parent option ID for hierarchical options
  - `metadata` object, required — Additional metadata for the option
  - `createdAt` string, date-time, required — Creation timestamp
  - `updatedAt` string, date-time, required — Last update timestamp

## Other responses

- `400` — Invalid property key ID

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
