---
title: "Get an idempotence identifier object."
method: GET
path: "/idempotence_identifiers/{client_identifier}"
tags: ["idempotence_identifiers"]
---

# Get an idempotence identifier object.

`GET /idempotence_identifiers/{client_identifier}`

Get an idempotence identifier object.

## Path parameters

- `client_identifier` string, required

## Response `200`

Success

- IdempotenceIdentifiersResponse — Idempotence identifier status definition.
  - `client_identifier` string — The client identifier string.
  - `count` integer, required — The number of idempotence identifiers provided.
  - `expiration_time` string, date-time — The expiration time (with reference to system time). Value is creation time + valid_duration
  - `uuid_list` string[], required

## Other responses

- `404` — Invalid UUID provided
- `default` — Internal Error

---

[API](https://skmtc.net/nutanix/apis/nutanix-intentful-api.md) · [All operations](https://skmtc.net/nutanix/apis/nutanix-intentful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutanix/nutanix-intentful-api/revisions/40395083ab31/schema)
