
calling a function by the endpoint in this format: {{baseUrl}}/functions/{{functionId}}/executions bring a lists with all the executions.
Theres any way to get only the current execution instead? something like {{baseUrl}}/functions/{{functionId}}/executions/last

GET would list the executions, do a POST request instead to execute a function.

I see, but if the function can accept both GET and POST request, how can test the function call without receiving all the executions.

you can send the param content as well, set method
to whatever you need for the function.

oh okay, got it, sovled Thanks.


also if the issue is resolved, please mark the title as [SOLVED].
Happy Appwriting :appwritecheers:.

function execution endpoint params [SOLVED]
Recommended threads
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
