URL Shortener & Link Management Service · View 21 of 23 · Operations
Reading the loop
- Live ⇄ Edited and Live ⇄ Suspended are both reversible: a destination can change repeatedly and a suspension can be appealed or reactivated.
- Retired is terminal, and the reservation record stays behind forever. That is the whole reason this view is a loop with one exit rather than a cycle.
- Clicks are retained across every state, including Suspended and Retired, so a finished campaign can still be reported on.
What the states drive
- Each state maps to exactly one clicker-visible outcome: Live → 302, Suspended → 410 or interstitial, Retired → 404. No state shares a response with another (ADR-14).
- Expiry enters Suspended by TTL and by the deny-set check, because Cosmos TTL is eventual and the platform's expiry promise is 60 s.