Retrieves the realtime logs for an application by its ID, streamed as a text event stream.
appId-orgId
.text/event-stream
). Each log entry is sent as an event with the following format:
logs
for log messages, system
for connection-related messages (e.g., errors or connection closure).error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.APP_NOT_FOUND
: The specified application does not exist.FORBIDDEN
: The user does not have permission to access the application.