Skip to main content
Quick Summary: Something failed on our side. The response deliberately contains no internals — the requestId is the handle our engineers trace it by.

What happened

An unexpected error occurred while serving the request. It has already been reported to our monitoring with the same requestId your response carries.

What to do

  • Retry once with backoff — many 500s are transient.
  • If it persists, contact support quoting the requestId and the time of the request.
  • For write requests, retry with the same Idempotency-Key you sent originally — that guarantees the operation cannot be performed twice.