```python from wrapi.simple_client import SimpleClient client = SimpleClient(auth=...) workflows = client.get_workflows() ```