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
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...