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

# List property keys

`GET /property-keys`

Returns all property keys with their options, sorted by slug

## Response `200`

Property keys retrieved successfully

- PropertyKeyResponseDto[]
  - `id` string, required — Unique identifier of the property key
  - `name` string, required — Display name of the property key
  - `slug` string, required — URL slug of the property key
  - `type` 'select' | 'multi-select', required — Type of property key
  - `metadata` object, required — Additional metadata for the property key
  - `isSystem` boolean, required — Whether this is a system-defined property key
  - `sortOrder` number, required — Sort order for the property key
  - `hidden` boolean, required — Whether this property key is hidden from public views
  - `options` PropertyOptionResponseDto[] — Available options for this property key
    - `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
  - `createdAt` string, date-time, required — Creation timestamp
  - `updatedAt` string, date-time, required — Last update timestamp

## Other responses

- `500` — Internal server error

---

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