MCP tool · Domains
list_snapback_bookings
List the Snapback bookings on this account and how each one turned out.
list_snapback_bookings
Read-onlyIdempotent
Description
List the Snapback bookings on this account and how each one turned out. Returns data[] — domain, status, dropsAt, the price debited from the prepaid balance and the invoiceId once a domain is caught. status is pending until the domain drops, then success (caught and invoiced), missed (someone else got it), renewed (the owner kept it) or cancelled; the money is refunded to the balance automatically on anything but success. This is the customer's own list — for domains still available to book use list_snapback_domains, and to add one use book_snapback_domain.
Input
| Name | Type | Description |
|---|---|---|
status
|
enum |
Optional: only bookings in this state. pending is the one still waiting for its drop; defaults to all. One of pending, success, missed, cancelled, renewed, all.
|
limit
|
integer | Maximum bookings to return (1–100, default 25). Range 1–100. |
cursor
|
integer |
Pagination cursor: pass the nextCursor of the previous page. Minimum 0.
|