> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arc.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# threadSleep

> Instructs the current thread to sleep for a configured number of milliseconds, useful for avoiding rate limit issues in looping or repeated API call scenarios.

Instructs the current thread to sleep for a configured amount of time. This can be useful in avoiding rate limit issues if you are using a loop to perform multiple lookups against an API.

## Required Parameters

* **timeout**: The timeout (in milliseconds) between calls. Provide an integer greater than zero.
