---
title: "Get supported metadata properties by owner"
method: GET
path: "/properties/{owner}"
tags: ["legacy catalog - properties"]
---

# Get supported metadata properties by owner

`GET /properties/{owner}`

Get supported metadata properties by owner.

This endpoint can be used to obtain a reference list of supported custom metadata properties for your
organization's catalog. Custom properties for resources in your catalog require an ApiBinding to be
configured for use in the public API. For more information about how to correctly configure ApiBindings,
please reach out to your data.world support representative or message help@data.world.

## Path parameters

- `owner` string, required

## Query parameters

- `categorylabel` string
- `typelabel` string

## Response `200`

default response

- CatalogPropertyDto[]
  - `allowedValues` string[]
  - `categoryLabel` string
  - `label` string
  - `multivalued` boolean
  - `typeLabel` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
