# Viewing Function Calls

## See Function Calls

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

<figure><img src="https://78037505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQak2YXQSmpUf7kzA1VKk%2Fuploads%2F0OfCxOZ1ET9pss4TtFtK%2FScreenshot%202024-11-19%20at%2011.50.34%E2%80%AFAM.png?alt=media&#x26;token=2296a306-209c-4c3c-a9c7-c546d754134b" 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="https://78037505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQak2YXQSmpUf7kzA1VKk%2Fuploads%2Fxdk9SAnRi8EXMQHEYWlX%2FScreenshot%202024-11-19%20at%2011.57.28%E2%80%AFAM.png?alt=media&#x26;token=e7b55892-abdd-4af6-bc14-921082bbf93f" alt=""><figcaption></figcaption></figure>

{% endtab %}

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

<figure><img src="https://78037505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQak2YXQSmpUf7kzA1VKk%2Fuploads%2FGZRCW3Jds2t5Tfg1Wm59%2FScreenshot%202024-11-19%20at%2012.44.08%E2%80%AFPM.png?alt=media&#x26;token=2e129f1c-cecc-432e-8930-7cf7c2ef78f5" 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="https://78037505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQak2YXQSmpUf7kzA1VKk%2Fuploads%2FBI2HlYr0NJ1cDSevuknV%2FScreenshot%202024-11-19%20at%2012.07.17%E2%80%AFPM.png?alt=media&#x26;token=95710205-420a-43b8-8a17-1fe5dce2f28d" alt=""><figcaption></figcaption></figure>

### Execution steps

Click a step to see execution details.

<figure><img src="https://78037505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQak2YXQSmpUf7kzA1VKk%2Fuploads%2Fkzyvt3nHNh9Rp8P36Aoj%2FScreenshot%202024-11-19%20at%2012.18.13%E2%80%AFPM.png?alt=media&#x26;token=1172a99b-67d5-4fc4-847f-7848f215e5f9" alt=""><figcaption></figcaption></figure>

### Return

Click the step to see the function call response.

<figure><img src="https://78037505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQak2YXQSmpUf7kzA1VKk%2Fuploads%2FeKtSRFg1XLJFwaKwvNfh%2FScreenshot%202024-11-19%20at%2012.48.57%E2%80%AFPM.png?alt=media&#x26;token=6d0f5924-4317-48b3-8ee9-5b1ef8b8c4ea" alt=""><figcaption></figcaption></figure>
