TernaryBashOriginal post
Rank 2: Process
Here is the docs for
Plain text
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.Summary
Developers are curious about using the listExecutions function in Appwrite. They are wondering what they can query and search for using this function, as it is not as self-explanatory as listDocuments. They want to know if they can access logs or requests through this function.