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
- HUGE OUTRAGE IN APPWRITE, I CANNOT ACCES...
I have 2k users trying to access, sending me messages. What am I supposed to do? Please solve this asap.
- All my apps are not opening now
All my apps are not opening now 200+ apps are not opening plz fast
- Dotnet functions on cloud
I'm trying to deploy my .Net8 functions to my project on cloud.appwrite through the CLI. I'm getting this error.