---
title: "Idempotency Get Namespace"
method: POST
path: "/api/v1.idempotency.namespace.get"
tags: ["Idempotency"]
---

# Idempotency Get Namespace

`POST /api/v1.idempotency.namespace.get`

Get idempotency namespace

## Request body

- IdempotencyGetNamespaceIn
  - `name` string, required

## Response `200`

- IdempotencyGetNamespaceOut
  - `name` string, required
  - `created` string, date-time, required
  - `updated` string, date-time, required

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-03-31** `f62be26d2a53` — 10 breaking, 4 warning, 3 info
  - the `name` response property's maxLength was unset from `256` for the response status `200`
  - the `name` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `created` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - …13 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.idempotency.namespace.get/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svix/diom-api/revisions/4bfee3499c4c/schema)
