curl --location --request GET 'https://api.laf.run/v1/apps//functions//history'
{
"error": "string",
"data": [
{
"_id": "string",
"appid": "string",
"functionId": "string",
"source": {
"code": "string"
},
"changelog": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}