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
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...