
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
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
