Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of executions documents that matched your query. |
executions | array | List of executions. Can be one of: |
Example
JSON
{
"total": 5,
"executions": [
{
"$id": "5e5ea5c16897e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"$read": "role:all",
"functionId": "5e5ea6g16897e",
"trigger": "http",
"status": "processing",
"statusCode": 0,
"response": "",
"stderr": "",
"time": 0.4
}
]
}
JSON
{
"total": 5,
"executions": [
{
"_id": "5e5ea5c16897e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"_read": "role:all",
"functionId": "5e5ea6g16897e",
"trigger": "http",
"status": "processing",
"statusCode": 0,
"response": "",
"stderr": "",
"time": 0.4
}
]
}