Get app logstream
GET/apps/:appId/logstream
Get app logs. Use this endpoint to stream logs (tail -f style). If you want to download logs, use the logs endpoint instead. This endpoint implements Server Side Events. Use the EventSource interface to parse the returned stream.
Request
Responses
- 200
- 401
- 403
- 404
- 500
- x-codeSamples
Success
Unauthorized
Forbidden
Not Found
Server error.