List all your browser sessions
from smooth import SmoothClient smooth_client = SmoothClient(api_key="cmzr-YOUR_API_KEY") response = smooth_client.list_sessions() print(f"Session IDs: {response.session_ids}")
BrowserSessionsResponse