How to avoid "TimeoutError" or a "ClientOSError" errors in async API call? | XM Community
Skip to main content

I'm using two calls https://iad1.qualtrics.com/API/v3/distributions/{}/history’ and https://iad1.qualtrics.com/API/v3/directories/POOL_XXXXX/contacts/{} to create a CSV and get a complete distribution history of a survey (personal links + emails + anonymous links), but I run into timeout errors when doing this via async calls. The calls on their own work fine, but the asycnronous implemention seems to timeout. Are there any asynchronous examples available?

Be the first to reply!

Leave a Reply