Clari SDK Patterns Overview Clari has no official SDK -- build typed wrappers around the v4 REST API. These patterns cover the Export API for forecasts, job polling, and data transformation pipelines. Prerequisites - Completed setup - Python 3.10+ (primary) or TypeScript 5+ Instructions Step 1: Python Client Step 2: TypeScript Client Error Handling | Status | Meaning | Action | |--------|---------|--------| | 401 | Invalid API key | Regenerate token | | 403 | Insufficient permissions | Admin must grant API access | | 404 | Wrong forecast name | List forecasts first | | 429 | Rate limited | Ba…