Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Functions#listExecutions

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Functions.prototype.listExecutions
Re-export
import { Functions } from "https://deno.land/x/appwrite@4.0.0/mod.ts";

List Executions

Get a list of all the current user function execution logs. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's executions. Learn more about different API modes.

Parameters

functionId: string
optional
limit: number
optional
offset: number
optional
cursor: string
optional
cursorDirection: string