---
title: "POST /v1/property/{propertyKey}/search"
method: POST
path: "/v1/property/{propertyKey}/search"
tags: ["Property"]
---

# POST /v1/property/{propertyKey}/search

`POST /v1/property/{propertyKey}/search`

## Path parameters

- `propertyKey` string, required

## Request body

- object
  - `searchTerm` string, required

## Response `200`

Ok

- union
  - ResultSuccessStringArray
    - `data` string[], required
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

---

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