---
title: "Find Out-Of-The-Box Data Classes"
method: GET
path: "/ootbDataClasses"
tags: ["OOTB Data Class"]
---

# Find Out-Of-The-Box Data Classes

`GET /ootbDataClasses`

Returns `Out-of-the-box Data Classes` with their import status.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

`OOTB Data Class` retrieved successfully

- OotbDataClassPagedResponse
  - `results` OotbDataClass[], required — List of OOTB Data Classes paginated
    - `name` string, required — The name of OOTB Data Class
    - `status` string, required — The import status of OOTB Data Class. Values can be: - `NEW` - `EXISTS` - `EXISTS-DIFFERENT`
    - `types` string[], required — Types of rules currently associated to the OOTB Data Class if any
    - `rules` ClassificationRule[], required — `Classification Rules` defined for the OOTB Data Class.
      - union — A `ClassificationRule` defines a representation of a rule.
        - RegularExpressionBasedClassificationRule
          - `type` string, required — RuleType used by the rule. The following values are currently supported: - `REGULAR_EXPRESSION` - `DATA_TYPE` - `LIST_OF_VALUES`
          - `regularExpression` string — A regular expression.
        - DataTypeBasedClassificationRule
          - `type` string, required — RuleType used by the rule. The following values are currently supported: - `REGULAR_EXPRESSION` - `DATA_TYPE` - `LIST_OF_VALUES`
          - `dataTypes` DataType[] — The list of data types defining this rule.
        - ListOfValuesBasedClassificationRule — `Classification Rule` based on a `List Of Values` defined inline as an array of values.
          - `type` string, required — RuleType used by the rule. The following values are currently supported: - `REGULAR_EXPRESSION` - `DATA_TYPE` - `LIST_OF_VALUES`
          - `values` string[] — Values defined as an array of strings.

## Other responses

- `400` — Invalid request to find `OOTB Data Classes`.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
