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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...