Log output from your application.
Returns all available logs from the current application.
GET /rest/applications/<APPLICATION_ID>/logs
{
"log": "tl;dr",
"stdout": "tl;dr",
"stderr": "tl;dr"
}
| Status Code | Description |
|---|---|
| 200 OK | No error, operation successful |
| 403 FORBIDDEN | Authentication failure |
| 503 SERVICE UNAVAILABLE | Service not/partially reachable |