Installation
Basic usage
Async usage
Retrieving more then 10,000 articles
The SDK provides methods to automatically retrieve more than the standard 10,000 article limit:Query validation
The SDK includes client-side query validation that helps you catch syntax errors before making API calls:get_all_articles()
and will raise a ValueError
for invalid queries. You can disable validation by
setting validate_query=False
.
To learn more about query validation rules and bulk validation techniques, see
Validate queries with Python SDK.
Error handling
If you use our legacy Python SDK (Konfig-based), see our Legacy
SDKs documentation. We recommend
migrating to this newer SDK for improved features and ongoing support.