diff --git a/awx/api/serializers.py b/awx/api/serializers.py index e8f5876c94..b4a9f33dd9 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -3042,9 +3042,6 @@ class JobSerializer(UnifiedJobSerializer, JobOptionsSerializer): 'webhook_service', 'webhook_credential', 'webhook_guid', - # TODO: Do we want these here or just in the summary fields? - 'labels', - 'instance_groups', ) def get_related(self, obj):