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
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...