# Get

Launch stage: Public Preview

`GET /api/data-classification/v1/{name=catalogs/*/config}`

Get the Data Classification configuration for a catalog.

API scopes: dataclassification

## Path parameters

- `name` (string, optional)
  Resource name in the format: catalogs/{catalog_name}/config

## Returns

Returns the CatalogConfig object.

## Response

```json
{
  "name": "string",
  "included_schemas": {
    "names": [
      "string"
    ]
  },
  "excluded_schemas": {
    "names": [
      "string"
    ]
  },
  "auto_tag_configs": [
    {
      "classification_tag": "string",
      "auto_tagging_mode": "string"
    }
  ]
}
```

