Get Execution
GET
/functions/{functionId}/executions/{executionId}
functions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://appwrite.io/v1/functions//executions/'
Response Response Example
{
"$id": "string",
"dateCreated": 0,
"exitCode": 0,
"functionId": "string",
"status": "string",
"stderr": "string",
"stdout": "string",
"time": 0,
"trigger": "string"
}
Request
Path Params
functionId
string
required
executionId
string
required
Responses
Modified at 2023-08-16 07:28:13