# Viewing Function Calls

## See Function Calls

Every function call you make will appear in the calls log in the Integry app.

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

## Steps in a Function Call

Click a function call to see the steps executed under-the-hood by Integry.

* The **first step** always represents the function call itself.
* The next set of **execution steps** represent the steps executed by Integry to execute the function.
  * In a function like `slack-post-message`, there will only be an HTTP Call.
  * In a function that supports pagination like `pipedrive-get-all-persons`, there will be multiple steps.
* The **last step** always represents the function call response.

{% tabs %}
{% tab title="slack-post-message" %}

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

{% endtab %}

{% tab title="pipedrive-get-all-persons" %}

<figure><img src="/files/mzZUslScZ1wSkagZgSJQ" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Function Call

&#x20;Click the step to see the function parameters and the arguments passed in the function call.

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

### Execution steps

Click a step to see execution details.

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

### Return

Click the step to see the function call response.

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.integry.ai/functions/viewing-function-calls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
