---
title: "Get Search Fields"
method: GET
path: "/api/data-governance/v1/field-details"
tags: ["Catalog Search V1"]
---

# Get Search Fields

`GET /api/data-governance/v1/field-details`

Use this API to retrieve a list of all catalog search fields. The response will include details such as the search field names, data types, and supported operators.

## Response `200`

OK

- DataUseGovernanceDataCatalogMetadataExchangeSearchFieldResponse
  - `searchFields` DataUseGovernanceDataCatalogMetadataExchangeSearchFieldV2[]
    - `searchFieldName` string — Name of the search field
    - `searchFieldDataType` string — Data type of the field selected
    - `operators` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
