List recoverable (snapback) numbers
List the calling org’s recently-released numbers that are still recoverable via snapback — sitting in the post-release parking cooldown, not yet resold, and within the recovery window. Each row carries the id and recoverable_until deadline needed to drive POST /api/v1/numbers/{id}/reclaim. Keyset-paginated on the parking deadline so a telco-scale tenant with a large parked inventory never returns an unbounded list. Org-scoped; read-only on numbers:read.
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Recoverable numbers per page (default 25). Hard-capped server-side at 100 — larger values are silently clamped, not rejected.
x >= 1Opaque keyset cursor from the previous page's data.next_cursor (ordered by the parking deadline). Omit for the first page.