> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/functions/functions.exec.md).

# Functions.exec()

`exec(`*`limit_count: int = 0`*`,`` `*`offset_count: int = 0`*`) →` [`APIList`](/glider-ide/api/iterables/apilist.md)`[`[`Function`](/glider-ide/api/function.md)`]`

## Query Example

<pre class="language-python"><code class="lang-python"><strong>from glider import *
</strong>
def query():
  # Fetch a list of functions
  functions = Functions().exec(2)

  return functions
</code></pre>

## Output Example

<figure><img src="/files/PdWZPcmZVlqMt40VdXwm" alt=""><figcaption></figcaption></figure>
