A property of an API operation where making the same request multiple times produces the same result as making it once. Idempotent operations are safe to retry without side effects.
All PRISM API GET endpoints are inherently idempotent — you can safely retry any read request without worrying about duplicate side effects.