Here is the docs for
functionId: string,
queries?: string[],
search?: string,
): Promise<Models.ExecutionList>```
I understand functionId, but what about queries and search? What are you able to query and search for? The logs, the request? This function seems awesome, but I have no idea how you'd use it unlike using listDocuments which is self explainable.
How would you use listExecutions?
Image a document has an event that invokes the function called. Is there meta-data attached to the execution of the documentId that invoked it or something of the link. I have been staing away from Appwrite functions but I am starting to dip my toes into it.
Recommended threads
- The file size is either not valid or exc...
Hello, I am receiving the following error when I am trying to deploy a function from my local. ``` > appwrite push functions --function-id xxxxxxxxx ℹ Info: Va...
- How does sending email from the Appwrite...
I noticed that the pricing page mentions “Messages – 1000 per month” for the Free plan. Is this different from sending emails? When I try to send an email usin...
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...