v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Catalog Search V1

Get Search Fields

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.

get/api/data-governance/v1/field-details

Response

OK

Example response

{
  "searchFields": [
    {
      "searchFieldName": "name",
      "searchFieldDataType": "string",
      "operators": [
        "EQ"
      ]
    }
  ]
}