---
title: "Retrieve Metaproperty"
method: GET
path: "/api/1/taxonomy/metaproperties/{metapropertyId}"
tags: ["Metaproperties - New API (Preferred)"]
---

# Retrieve Metaproperty

`GET /api/1/taxonomy/metaproperties/{metapropertyId}`

Retrieve a single metaproperty by its id

## Path parameters

- `metapropertyId` string, uuid, required

## Response `200`

- object
  - `id` string, required
  - `name` string, required
  - `metapropertyType` 'single-select' | 'multi-select' | 'date' | 'text', required
  - `createDuringApply` boolean, required
  - `autocomplete` boolean, required
  - `allowDuplicates` boolean, required
  - `definition` string

## Other responses

- `404`

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
