> For the complete documentation index, see [llms.txt](https://docs.integry.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.integry.ai/functions/viewing-function-calls.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
