---
title: "List custom maskings"
method: GET
path: "/customMaskings"
tags: ["Custom Maskings"]
---

# List custom maskings

`GET /customMaskings`

Lists all custom maskings.

## Query parameters

- `limit` integer
- `after` string, nullable

## Response `200`

The list of custom maskings.

- PagedCustomMaskings — A page of custom maskings.
  - `cursors` Cursors, required — A cursor refers to a random string of characters which marks a specific item in a list of data. The cursor will always point to the item, however it will be invalidated if the item is deleted or removed. Therefore, your app shouldn't store cursors or assume that they will be valid in the future.
    - `after` string — This is the cursor that points to the end of the page of data that has been returned.
  - `results` CustomMasking[], required
    - `type` string, required — Possible values are: `None`, `Default`, `Constant`, `Hash` or `ShowLast`.
    - `customMaskingId` string, uuid — The id of custom masking
    - `customMaskingName` string — The name of custom masking

## Other responses

- `400` — The request is not valid.
- `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)
