
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
- Cannot create function from CLI with KEY
I tried to setup a gitlab CI that push functions from an appwrite.json, tho when doing a first push it fails saying it needs a session. Tho it does create the f...
- Function issue.
We're facing a critical issue with our Appwrite Function where the Python runtime (context.req.body) consistently receives an empty request body for POST reques...
- Query timeout on 10 concurrent functions
Hi, I have appwrite 1.7.4 self hosted I have a Node.js function that does several operations: 1. Query a collection to get a document, currently there is a sin...
