---
title: "Changes to Idempotency Get Namespace"
method: POST
path: "/api/v1.idempotency.namespace.get"
---

# Changes to Idempotency Get Namespace

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 53 revisions.

- **2026-04-28** `a542ced3f593` — 12 warning, 12 info
- **2026-04-28** `b1d873e9a6e4` — 4 info
- **2026-04-21** `c30222181768` — 1 breaking, 5 info
- **2026-04-14** `7f5edfb12f87` — 1 breaking
- **2026-04-14** `14bcce06404b` — 1 breaking, 1 warning, 1 info
- **2026-04-13** `e6c44b12ecfb` — 2 breaking
- **2026-03-31** `f62be26d2a53` — 10 breaking, 4 warning, 3 info

## Changes

- **2026-04-28** `a542ced3f593` — 12 warning, 12 info
  - added the new `invalid-input` enum value to the `type` response property for the response status `400`
  - added the new `invalid-input` enum value to the `type` response property for the response status `401`
  - added the new `invalid-input` enum value to the `type` response property for the response status `403`
  - added the new `invalid-input` enum value to the `type` response property for the response status `422`
  - added the new `operation-error` enum value to the `type` response property for the response status `400`
  - added the new `operation-error` enum value to the `type` response property for the response status `401`
  - added the new `operation-error` enum value to the `type` response property for the response status `403`
  - added the new `operation-error` enum value to the `type` response property for the response status `422`
  - added the new `server-error` enum value to the `type` response property for the response status `400`
  - added the new `server-error` enum value to the `type` response property for the response status `401`
  - added the new `server-error` enum value to the `type` response property for the response status `403`
  - added the new `server-error` enum value to the `type` response property for the response status `422`
  - removed the `invalid_input` enum value from the `type` response property for the response status `400`
  - removed the `invalid_input` enum value from the `type` response property for the response status `401`
  - removed the `invalid_input` enum value from the `type` response property for the response status `403`
  - removed the `invalid_input` enum value from the `type` response property for the response status `422`
  - removed the `operation_error` enum value from the `type` response property for the response status `400`
  - removed the `operation_error` enum value from the `type` response property for the response status `401`
  - removed the `operation_error` enum value from the `type` response property for the response status `403`
  - removed the `operation_error` enum value from the `type` response property for the response status `422`
  - removed the `server_error` enum value from the `type` response property for the response status `400`
  - removed the `server_error` enum value from the `type` response property for the response status `401`
  - removed the `server_error` enum value from the `type` response property for the response status `403`
  - removed the `server_error` enum value from the `type` response property for the response status `422`
- **2026-04-28** `b1d873e9a6e4` — 4 info
  - added the required property `type` to the response with the `400` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `403` status
  - added the required property `type` to the response with the `422` status
- **2026-04-21** `c30222181768` — 1 breaking, 5 info
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - added the optional property `location` to the response with the `400` status
  - added the optional property `location` to the response with the `401` status
  - added the optional property `location` to the response with the `403` status
  - added the optional property `location` to the response with the `422` status
  - added the required property `code` to the response with the `422` status
- **2026-04-14** `7f5edfb12f87` — 1 breaking
  - the `name` request property's minLength was increased from `0` to `1`
- **2026-04-14** `14bcce06404b` — 1 breaking, 1 warning, 1 info
  - added the pattern `^[a-zA-Z0-9\-/_.=+]+$` to the request property `name`
  - the `name` request property's maxLength was set to `256`
  - the `name` response's property pattern `^[a-zA-Z0-9\-/_.=+]+$` was added for the status `200`
- **2026-04-13** `e6c44b12ecfb` — 2 breaking
  - the `created` response's property type/format changed from `string`/`date-time` to `integer`/`uint64` for status `200`
  - the `updated` response's property type/format changed from `string`/`date-time` to `integer`/`uint64` for status `200`
- **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/format changed from `integer`/`uint64` to `string`/`date-time` for status `200`
  - the `detail` response's property type/format changed from `string`/`` to `array`/`` for status `422`
  - the `updated` response's property type/format changed from `integer`/`uint64` to `string`/`date-time` for status `200`
  - removed the required property `code` from the response with the `422` status
  - removed the required property `type` from the response with the `400` status
  - removed the required property `type` from the response with the `401` status
  - removed the required property `type` from the response with the `403` status
  - removed the required property `type` from the response with the `422` status
  - removed the optional property `location` from the response with the `400` status
  - removed the optional property `location` from the response with the `401` status
  - removed the optional property `location` from the response with the `403` status
  - removed the optional property `location` from the response with the `422` status
  - the `name` request property's minLength was decreased from `1` to `0`
  - removed the pattern `^[a-zA-Z0-9\-/_.=+]+$` from the request property `name`
  - the `name` response's property pattern `^[a-zA-Z0-9\-/_.=+]+$` was removed for the status `200`

---

[Operation](https://skmtc.dev/svix/apis/diom-api/docs/api/v1.idempotency.namespace.get/post.md) · [API](https://skmtc.dev/svix/apis/diom-api.md) · [Page](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.idempotency.namespace.get/post)
