Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Executions List Object

Properties

Name Type Description
total integer

Total number of executions documents that matched your query.

executions execution[]

List of executions.

Examples

JSON

{
    "total": 5,
    "executions": {
        "$id": "5e5ea5c16897e",
        "$read": [
            "role:all"
        ],
        "functionId": "5e5ea6g16897e",
        "dateCreated": 1592981250,
        "trigger": "http",
        "status": "processing",
        "statusCode": 0,
        "response": "",
        "stderr": "",
        "time": 0.4
    }
}