dammyOriginal post
Rank 4: Virtual Machine
How do I fetch the execution id of a cloud function?
And will there be provisions for searching document or cloud function execution ID? Instead of manual tracing from console, cause my appwrite account console is serving as my administration dashboard.
Summary
User asked how to fetch the execution id of a cloud function and if there are provisions for searching document or cloud function execution ID instead of manual tracing from the console.
Solution: Yes, you can fetch the execution id of a cloud function by using the provided SDK. You can refer to the documentation here: https://appwrite.io/docs/client/functions?sdk=web-default#functionsListExecutions. As for searching for document or cloud function execution ID, currently there is no provision for that in the Appwrite administration dashboard.