---
title: "Get metadata overrides for the specified autocomplete ID and"
method: GET
path: "/v1/metadata_overrides"
tags: ["Metadata overrides"]
---

# Get metadata overrides for the specified autocomplete ID and

`GET /v1/metadata_overrides`

**🔐 This endpoint requires [HTTP authentication](https://docs.constructor.com/reference/main-authentication) (either [Basic](https://docs.constructor.com/reference/main-authentication#basic-authentication) or [Bearer](https://docs.constructor.com/reference/main-authentication#bearer-authentication)).**
For authenticating with Bearer token, required scopes are: `metadata_overrides(r)`.

optionally query via field name and/or active.

## Query parameters

- `key` string, required — The key of the index to use.
- `section` string — The section of the index to use. Defaults to `Products`.
- `c` string — The ID of the client and version that the request is coming from, such as `cio-js-2.90`.
- `field_name` string — Field name to filter metadata override configurations by.

## Response `200`

OK

- MetadataOverridesListGetResponse
  - `metadata_overrides` MetadataOverridesResponseBase[] — List of metadata override configurations.
    - `field_name` string, required — Field name associated with the metadata override configuration.
    - `field_path_in_metadata` string — Path to the field in metadata where the metadata override configuration is applied.
    - `rules` MetadataOverridesRuleResponseBase[], required — List of rules associated with metadata override configuration.
      - `start_time` string, date-time, required — Datetime (In UTC) when the rule should be enabled. Overlapping rules are not allowed.
      - `end_time` string, date-time, required — Datetime (In UTC) when the rule should be disabled. Overlapping rules are not allowed.
      - `replaced_field_name` string, required — Field name that the rule is replacing.
      - `replaced_field_path_in_metadata` string, required — Path to the replacement field in metadata.
  - `total_count` integer, required — Total number of metadata override configurations.

## Other responses

- `400` — Validation Error
- `401` — Credentials are not passed or action is forbidden.
- `403` — The supplied token does not have the required permissions.
- `404` — Not Found
- `429` — Rate limit breached

---

[API](https://skmtc.dev/constructor/apis/autocomplete.md) · [All operations](https://skmtc.dev/constructor/apis/autocomplete/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/constructor/autocomplete/revisions/2d33330633b6/schema)
