When running a deployment via the API, the response basically just says that the deployment has been queued but there's no way to check the deployment status or get the logs.
Ideally, triggering a deployment would return an id of some sort that can be used on a later request to check the deployment status and its logs (stdout and stderr).
·
·
I was wondering, isn't the status column in a site resource showing what you want? That one will display active, deploy-failed, etc.: https://developers.ploi.io/27-getting-started/1375-resource-statuses
no votes yet