# Get entities for given custom property

Get entities for given custom property

Endpoint: GET /v1/catalog/custom-properties/property
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Query parameters:

  - `property` (string, required)
    Identifier for catalog property

## Response 200 fields (application/json):

  - `entity_refs` (array)

  - `entity_refs.entity_ref` (string, required)

  - `entity_refs.value` (object)

  - `mode` (string)


