| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The idempotency key's ID | |
| idempotencyKey | String | The unique randomly generated key used to determine the state of a process. | |
| createdAt | OffsetDateTime | Date which the idempotency key was locked. | |
| lockedAt | OffsetDateTime | Date which the idempotency key was locked. | |
| requestMethod | String | The method of the request | |
| requestParams | Object | The parameters passed to the request | |
| requestPath | String | The request's path | |
| responseCode | String | The response's code. | |
| responseBody | Object | The response's body | |
| recoveryPoint | String | Where to continue from. |