Skip to main content

IdempotencyRecord

Server-side record for an idempotent operation and its outcome.

FieldTypeRequiredNullableDefaultDescription
IdempotencyKeystrYesNoIdempotency key used to de-duplicate requests and enable safe retries.
OperationIdempotencyOperationYesNoOperation type associated with this key.
StatusIdempotencyRecordStatusYesNoProcessing state for this operation.
CreatedAtdatetimeYesNoUTC timestamp when the record was created.
UpdatedAtdatetimeYesNoUTC timestamp when the record was last updated.
RequestHashstrNoYesOptional hash of the original request payload (for diagnostics).
LiveExecPlanIdintNoYesOptional live execution plan id associated with the operation (if applicable).
LiveOrderIdslist[int]NoYesOptional live order ids created/affected by the operation (if applicable).
ErrorMessagestrNoYesError message for failed operations (if available).
JobIdstrNoYesJob id for asynchronous operations (if applicable).
JobStatusPreparationStatusNoYesJob status for asynchronous operations (if applicable).
JobResultJsonElementNoYesRaw job result payload for asynchronous operations (if applicable).
JobErrorMessagestrNoYesRaw job error message for asynchronous operations (if applicable).
ResponseStatusStatusCodeNoYesResponse status code returned by the original API call (if captured).
ResponseMessagestrNoYesResponse message returned by the original API call (if captured).
ResponseErrorMesoLiveApiErrorNoYesResponse error details returned by the original API call (if captured).
ResponseDatastrNoYesRaw response data returned by the original API call (if captured).