For the complete documentation index, see llms.txt. This page is also available as Markdown.

Viewing Function Calls

See Function Calls

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

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.

Function Call

Click the step to see the function parameters and the arguments passed in the function call.

Execution steps

Click a step to see execution details.

Return

Click the step to see the function call response.

Last updated

Was this helpful?