
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
- Permissions for bulk operation
Hi team, I have a question: βIn the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
- Function not rebuilding properly
I have a function connected to github. Whenever I push to github it triggers a rebuild as expected, but the new function is not activated after done. Also it ...
