---
title: "Retrieve options for a metaproperty"
method: GET
path: "/api/v4/metaproperties/{id}/options"
tags: ["Options - Old API (Please use new API if possible)"]
---

# Retrieve options for a metaproperty

`GET /api/v4/metaproperties/{id}/options`

## Path parameters

- `id` string, required

## Query parameters

- `name` string
- `limit` integer
- `page` integer
- `externalReference` string

## Response `200`

Successful response

- object[]
  - `displayLabel` string
  - `date` string, date-time
  - `name` string
  - `id` string
  - `active` integer
  - `label` string
  - `labels` object
    - `nl_NL` string
    - `en_US` string

## Other responses

- `400` — Invalid metaproperty ID

---

[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)
