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

# POST /custom-data-identifiers/get

`POST /custom-data-identifiers/get`

Retrieves information about one or more custom data identifiers.

## Request body

- object
  - `ids` String[] — An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.

## Response `200`

Success

- BatchGetCustomDataIdentifiersResponse
  - `customDataIdentifiers` BatchGetCustomDataIdentifierSummary[] — An array of objects, one for each custom data identifier that matches the criteria specified in the request.
    - `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.
    - `deleted` boolean — Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
    - `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.
  - `notFoundIdentifierIds` String[] — An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.

## 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)
