---
title: "POST /custom-data-identifiers/list"
method: POST
path: "/custom-data-identifiers/list"
---

# POST /custom-data-identifiers/list

`POST /custom-data-identifiers/list`

Retrieves a subset of information about all the custom data identifiers for an account.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `maxResults` integer — The maximum number of items to include in each page of the response.
  - `nextToken` string — The nextToken string that specifies which page of results to return in a paginated response.

## Response `200`

Success

- ListCustomDataIdentifiersResponse
  - `items` CustomDataIdentifierSummary[] — An array of objects, one for each custom data identifier.
    - `arn` string — The Amazon Resource Name (ARN) of the custom data identifier.
    - `createdAt` string, date-time — The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
    - `description` string — The custom description of the custom data identifier.
    - `id` string — The unique identifier for the custom data identifier.
    - `name` string — The custom name of the custom data identifier.
  - `nextToken` string — The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ServiceQuotaExceededException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — ConflictException

---

[API](https://skmtc.net/aws/apis/macie2.md) · [All operations](https://skmtc.net/aws/apis/macie2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/macie2/versions/6252cf55d8ef/schema)
