def list_assistants(
    *,
    phone: Optional[str] = None,
    email: Optional[str] = None,
    api_key: Optional[str] = None,
) -> List[Dict[str, Any]]:

source code

List all assistants. Returns the API response JSON.Optional filters: phone, email.