List Executions
GET
/functions/{functionId}/executions
functions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://appwrite.io/v1/functions//executions'
Response Response Example
{
"executions": [
{
"$id": "string",
"dateCreated": 0,
"exitCode": 0,
"functionId": "string",
"status": "string",
"stderr": "string",
"stdout": "string",
"time": 0,
"trigger": "string"
}
],
"sum": 0
}
Request
Path Params
functionId
string
required
Query Params
search
string
optional
limit
integer
optional
offset
integer
optional
orderType
string
optional
Responses
Modified at 2023-08-16 07:28:13