Retrieves the current status and resource usage of an application by its ID.
appId-orgId
.success
if successful, error
if not.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.INTERNAL_SERVER_ERROR
: An error occurred while retrieving the status.