Poll until a sandbox reaches "ready" or "failed" status.
Uses the lightweight status endpoint for polling, then fetches the full sandbox data once ready.
wait_for_sandbox(
self,
name: str,
*,
timeout: int = 120,
poll_interval: float = 1.0,
headers: RequestHeaders = None
) -> AsyncSandbox