Skip to main content
Glama
harness

Harness MCP Server

Official
by harness

harness_list

Read-only

List Harness resources with filtering and pagination. Automatically extracts scope from a Harness URL, or use org/project IDs to target account, org, or project level resources.

Instructions

List Harness resources with filtering and pagination. Accepts a Harness URL to auto-extract scope. For project-scoped types, pass org_id and project_id on the first call unless the field descriptions name a configured default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHarness UI URL — auto-extracts org, project, and type
pageNoPage number, 0-indexed
sizeNoPage size (1–100). Some resource types enforce a lower max (e.g. security_exemption max 50) — call harness_describe for per-resource limits.
org_idNoOrganization identifier. Required for org- and project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current org_id on the first call. Do not omit it.
paramsNoAdditional identifiers for nested resources (e.g. repo_id for pull requests). Call harness_describe for fields per resource_type.
compactNoStrip verbose metadata from list items, keeping only essential fields (default true)
filtersNoResource-specific filters as key-value pairs. Valid keys depend on resource_type — call harness_describe(resource_type="<type>") for filters, enums, and required fields for that type.
project_idNoProject identifier. Required for project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current project_id on the first call. Do not omit it.
search_termNoFilter results by name or keyword
resource_typeNoResource type to list. Auto-detected from url.
resource_scopeNoScope for the operation. account: account-level resources only — do not use account to skip a known org/project. org: org-level (org_id). project: org+project. Omit to use the resource's default scope. Auto-detected from url when present.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoCurrent page number (0-indexed) when provided by the API
itemsNoArray of resource objects or primitive values when the API returns a canonical list
totalNoTotal number of matching resources when provided by the API

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv3.2.28
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "alert",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_filter",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_agent",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_event_type",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_metric",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_provider",
      -  "iacm_resource",
      -  "iacm_variable_set",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "release",
      -  "release_activity",
      -  "release_execution_activity",
      -  "release_execution_phase",
      -  "release_execution_task",
      -  "release_process",
      -  "remediation_diff",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "ai_budget",
      +  "ai_budget_consumption",
      +  "ai_budget_override_request",
      +  "alert",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_agent",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_content",
      +  "file_store",
      +  "fme_environment",
      +  "fme_event_type",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_metric",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_provider",
      +  "iacm_resource",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "release",
      +  "release_activity",
      +  "release_execution_activity",
      +  "release_execution_phase",
      +  "release_execution_task",
      +  "release_process",
      +  "remediation_diff",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  2. Changed1 schema field changedv3.2.27
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "alert",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_filter",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_agent",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_provider",
      -  "iacm_resource",
      -  "iacm_variable_set",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "release",
      -  "release_activity",
      -  "release_execution_activity",
      -  "release_execution_phase",
      -  "release_execution_task",
      -  "release_process",
      -  "remediation_diff",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "alert",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_agent",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_store",
      +  "fme_environment",
      +  "fme_event_type",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_metric",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_provider",
      +  "iacm_resource",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "release",
      +  "release_activity",
      +  "release_execution_activity",
      +  "release_execution_phase",
      +  "release_execution_task",
      +  "release_process",
      +  "remediation_diff",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  3. Changed4 schema fields changedv3.2.22
    • changedInput schema / properties / org_id / description
      Previous value: -"Organization identifier (overrides default)"New value: +"Organization identifier. Required for org- and project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current org_id on the first call. Do not omit it."
    • changedInput schema / properties / project_id / description
      Previous value: -"Project identifier (overrides default)"New value: +"Project identifier. Required for project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current project_id on the first call. Do not omit it."
    • changedInput schema / properties / resource_scope / description
      Previous value: -"Scope to query. Use account for account-level resources and to omit org/project defaults; org injects only org; project injects org+project. Auto-detected from url."New value: +"Scope for the operation. account: account-level resources only — do not use account to skip a known org/project. org: org-level (org_id). project: org+project. Omit to use the resource's default scope. Auto-detected from url when present."
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_filter",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_agent",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_provider",
      -  "iacm_resource",
      -  "iacm_variable_set",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "release",
      -  "release_activity",
      -  "release_execution_activity",
      -  "release_execution_phase",
      -  "release_execution_task",
      -  "release_process",
      -  "remediation_diff",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "alert",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_agent",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_provider",
      +  "iacm_resource",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "release",
      +  "release_activity",
      +  "release_execution_activity",
      +  "release_execution_phase",
      +  "release_execution_task",
      +  "release_process",
      +  "remediation_diff",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  4. Changed1 schema field changedv3.2.21
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_filter",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_agent",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_resource",
      -  "iacm_variable_set",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "remediation_diff",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_agent",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_provider",
      +  "iacm_resource",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "release",
      +  "release_activity",
      +  "release_execution_activity",
      +  "release_execution_phase",
      +  "release_execution_task",
      +  "release_process",
      +  "remediation_diff",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  5. Changed2 schema fields changedv3.2.20
    • changedInput schema / properties / filters / description
      Previous value: -"Resource-specific filters as key-value pairs. Available keys across enabled resource types: search_term, module, filter_type, pipeline_id, status, branch, my_deployments, execution_id, approval_status, approval_type, node_execution_id, sort, order, env_type, type, category, connector_names, connector_identifiers, connectivity_statuses, connector_connectivity_modes, description, inheriting_credentials_from_delegate, tags, include_all_connectors_available_at_scope, environment_id, deployment_type, secret_identifier, secret_name, secret_manager_identifiers, include_all_secrets_accessible_at_scope, audit_resource_type, action, start_time, end_time, all, delegate_name, delegate_type, host_name, delegate_group_identifier, delegate_instance_filter, auto_upgrade, version_status, name, query, git_ref, path, since, until, committer, inherited, search, package_type, template_type, template_list_type, global, metadata_only, entity_type, folder_id, kind, scope_level, owned_by_me, favorites, owner, lifecycle, sort_type, sort_order, is_custom, entity_identifier, state, after, before, offset, workspace_id, rollout_status_id, segment_name, repo_creds_id, agent_id, app_name, namespace, resource_name, group, version, scope, experiment_name, infra_id, experiment_ids, start_date, end_date, target_network_map_ids, my_experiments, exclude_automation, probe_ids, infra_type, sort_field, sort_ascending, experiment_run_ids, notify_ids, hub_identity, infrastructure_type, infrastructure, include_all_scope, experiment_id, is_identity, include_legacy_infra, infra_scope, is_ai_enabled, is_enterprise, fault_id, permissions_required, only_templatised_faults, environment_type, minimal, agent_identity, severity, risk_rule_id, validation_type, service_identity, environment_identity, is_system, data_source, scan_type, pipeline_identity, cloud_filter, view_state, view_type, view_ids, folder_name_pattern, group_by, time_filter, limit, time_resolution, min_saving, days_back, recommendation_states, cost_category, cost_buckets, sort_by, perspective_id, anomaly_view, search_text, order_by_field, order_by_direction, min_amount, min_anomalous_spend, value_type, value_sub_type, is_cluster_query, is_cluster_hourly_data, search_key, page, size, aspect, integration_type, profile_id, team_ref_id, date_start, date_end, granularity, metric_type, artifact_type, source_id, artifact_id, dependency_type, oss_risk_filter, standards, enforcement_id, purl, drift_id, subject_name, subject_digest, types, sources, scopes, severity_codes, issue_types, target_ids, target_types, pipeline_ids, scan_tools, exemption_statuses, stages, steps, product_names, include_exempted, origins, origin_statuses, epss, epss_percentile, severity_overridden, reachability, exploitability, page_existing, page_size_existing, page_new, page_size_new, scan_id, validation_execution_id, only_true_positive, exclude_repo_patterns, migration_type, dbschema_id, dbinstance_id, object_type, principal_type, role_identifier, resource_group_identifier, include_parent_scopes, identifiers, sort_orders, page_token, has_module, module_type, only_favorites, identifier_filter, exclude_rego, include_policy_set_count, entity, created_date_from, created_date_to, include_child_scopes, freeze_status, service_id, target_id, dataset_id, metric_set_id, run_id, eval_id, set_id, suite_id, trace_id, label, annotator_type, tag, provider, activity_id, kinds, annotations, object_kind, impacted_service, environment, commander, text, reported_after, reported_before, sort_direction, service, deployed_after, deployed_before. Call harness_describe for filters available on a specific resource_type."New value: +"Resource-specific filters as key-value pairs. Valid keys depend on resource_type — call harness_describe(resource_type=\"<type>\") for filters, enums, and required fields for that type."
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_filter",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_resource",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "sast_remediation_diff",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_agent",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_resource",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "remediation_diff",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  6. Changed3 schema fields changedv3.2.17
    • changedInput schema / properties / filters / description
      Previous value: -"Resource-specific filters as key-value pairs. Available keys across enabled resource types: search_term, module, filter_type, pipeline_id, status, branch, my_deployments, execution_id, approval_status, approval_type, node_execution_id, sort, order, env_type, type, category, connector_names, connector_identifiers, connectivity_statuses, connector_connectivity_modes, description, inheriting_credentials_from_delegate, tags, include_all_connectors_available_at_scope, environment_id, deployment_type, secret_identifier, secret_name, secret_manager_identifiers, include_all_secrets_accessible_at_scope, audit_resource_type, action, start_time, end_time, all, delegate_name, delegate_type, host_name, delegate_group_identifier, delegate_instance_filter, auto_upgrade, version_status, name, query, git_ref, path, since, until, committer, inherited, search, package_type, template_type, template_list_type, global, metadata_only, entity_type, folder_id, kind, scope_level, owned_by_me, favorites, owner, lifecycle, sort_type, sort_order, is_custom, entity_identifier, state, after, before, offset, workspace_id, rollout_status_id, segment_name, repo_creds_id, agent_id, app_name, namespace, resource_name, group, version, scope, experiment_name, infra_id, experiment_ids, start_date, end_date, target_network_map_ids, my_experiments, exclude_automation, probe_ids, infra_type, sort_field, sort_ascending, experiment_run_ids, notify_ids, hub_identity, infrastructure_type, infrastructure, include_all_scope, experiment_id, is_identity, include_legacy_infra, infra_scope, is_ai_enabled, is_enterprise, fault_id, permissions_required, only_templatised_faults, environment_type, minimal, agent_identity, cloud_filter, view_state, view_type, view_ids, folder_name_pattern, group_by, time_filter, limit, time_resolution, min_saving, days_back, recommendation_states, cost_category, cost_buckets, sort_by, perspective_id, anomaly_view, search_text, order_by_field, order_by_direction, min_amount, min_anomalous_spend, value_type, value_sub_type, is_cluster_query, is_cluster_hourly_data, search_key, page, size, aspect, integration_type, profile_id, team_ref_id, date_start, date_end, granularity, metric_type, artifact_type, source_id, artifact_id, dependency_type, oss_risk_filter, standards, enforcement_id, purl, drift_id, severity_codes, issue_types, target_ids, target_types, pipeline_ids, scan_tools, exemption_statuses, stages, steps, product_names, include_exempted, origins, origin_statuses, epss, epss_percentile, severity_overridden, reachability, exploitability, page_existing, page_size_existing, page_new, page_size_new, scan_id, validation_execution_id, only_true_positive, exclude_repo_patterns, migration_type, dbschema_id, dbinstance_id, object_type, principal_type, role_identifier, resource_group_identifier, include_parent_scopes, identifiers, sort_orders, page_token, has_module, module_type, only_favorites, identifier_filter, exclude_rego, include_policy_set_count, entity, created_date_from, created_date_to, include_child_scopes, freeze_status, service_id, target_id, dataset_id, metric_set_id, run_id, eval_id, set_id, suite_id, trace_id, label, annotator_type, tag, provider, activity_id, kinds, annotations, object_kind, severity, impacted_service, environment, commander, text, reported_after, reported_before, sort_direction, service, deployed_after, deployed_before. Call harness_describe for filters available on a specific resource_type."New value: +"Resource-specific filters as key-value pairs. Available keys across enabled resource types: search_term, module, filter_type, pipeline_id, status, branch, my_deployments, execution_id, approval_status, approval_type, node_execution_id, sort, order, env_type, type, category, connector_names, connector_identifiers, connectivity_statuses, connector_connectivity_modes, description, inheriting_credentials_from_delegate, tags, include_all_connectors_available_at_scope, environment_id, deployment_type, secret_identifier, secret_name, secret_manager_identifiers, include_all_secrets_accessible_at_scope, audit_resource_type, action, start_time, end_time, all, delegate_name, delegate_type, host_name, delegate_group_identifier, delegate_instance_filter, auto_upgrade, version_status, name, query, git_ref, path, since, until, committer, inherited, search, package_type, template_type, template_list_type, global, metadata_only, entity_type, folder_id, kind, scope_level, owned_by_me, favorites, owner, lifecycle, sort_type, sort_order, is_custom, entity_identifier, state, after, before, offset, workspace_id, rollout_status_id, segment_name, repo_creds_id, agent_id, app_name, namespace, resource_name, group, version, scope, experiment_name, infra_id, experiment_ids, start_date, end_date, target_network_map_ids, my_experiments, exclude_automation, probe_ids, infra_type, sort_field, sort_ascending, experiment_run_ids, notify_ids, hub_identity, infrastructure_type, infrastructure, include_all_scope, experiment_id, is_identity, include_legacy_infra, infra_scope, is_ai_enabled, is_enterprise, fault_id, permissions_required, only_templatised_faults, environment_type, minimal, agent_identity, severity, risk_rule_id, validation_type, service_identity, environment_identity, is_system, data_source, scan_type, pipeline_identity, cloud_filter, view_state, view_type, view_ids, folder_name_pattern, group_by, time_filter, limit, time_resolution, min_saving, days_back, recommendation_states, cost_category, cost_buckets, sort_by, perspective_id, anomaly_view, search_text, order_by_field, order_by_direction, min_amount, min_anomalous_spend, value_type, value_sub_type, is_cluster_query, is_cluster_hourly_data, search_key, page, size, aspect, integration_type, profile_id, team_ref_id, date_start, date_end, granularity, metric_type, artifact_type, source_id, artifact_id, dependency_type, oss_risk_filter, standards, enforcement_id, purl, drift_id, subject_name, subject_digest, types, sources, scopes, severity_codes, issue_types, target_ids, target_types, pipeline_ids, scan_tools, exemption_statuses, stages, steps, product_names, include_exempted, origins, origin_statuses, epss, epss_percentile, severity_overridden, reachability, exploitability, page_existing, page_size_existing, page_new, page_size_new, scan_id, validation_execution_id, only_true_positive, exclude_repo_patterns, migration_type, dbschema_id, dbinstance_id, object_type, principal_type, role_identifier, resource_group_identifier, include_parent_scopes, identifiers, sort_orders, page_token, has_module, module_type, only_favorites, identifier_filter, exclude_rego, include_policy_set_count, entity, created_date_from, created_date_to, include_child_scopes, freeze_status, service_id, target_id, dataset_id, metric_set_id, run_id, eval_id, set_id, suite_id, trace_id, label, annotator_type, tag, provider, activity_id, kinds, annotations, object_kind, impacted_service, environment, commander, text, reported_after, reported_before, sort_direction, service, deployed_after, deployed_before. Call harness_describe for filters available on a specific resource_type."
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_filter",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_resource",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "sast_remediation_diff",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_resource",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "sast_remediation_diff",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
    • changedInput schema / properties / size / description
      Previous value: -"Page size (1–100)"New value: +"Page size (1–100). Some resource types enforce a lower max (e.g. security_exemption max 50) — call harness_describe for per-resource limits."
  7. Changed2 schema fields changedv3.2.16
    • changedInput schema / properties / filters / description
      Previous value: -"Resource-specific filters as key-value pairs. Available keys across enabled resource types: search_term, module, filter_type, pipeline_id, status, branch, my_deployments, execution_id, approval_status, approval_type, node_execution_id, sort, order, env_type, type, category, connector_names, connector_identifiers, connectivity_statuses, connector_connectivity_modes, description, inheriting_credentials_from_delegate, tags, include_all_connectors_available_at_scope, environment_id, deployment_type, secret_identifier, secret_name, secret_manager_identifiers, include_all_secrets_accessible_at_scope, audit_resource_type, action, start_time, end_time, all, delegate_name, delegate_type, host_name, delegate_group_identifier, delegate_instance_filter, auto_upgrade, version_status, name, query, git_ref, path, since, until, committer, inherited, search, package_type, template_type, template_list_type, global, metadata_only, entity_type, folder_id, kind, scope_level, owned_by_me, favorites, owner, lifecycle, sort_type, sort_order, is_custom, entity_identifier, state, after, before, offset, workspace_id, rollout_status_id, segment_name, repo_creds_id, agent_id, app_name, namespace, resource_name, group, version, scope, experiment_name, infra_id, experiment_ids, start_date, end_date, target_network_map_ids, my_experiments, exclude_automation, probe_ids, infra_type, sort_field, sort_ascending, experiment_run_ids, notify_ids, hub_identity, infrastructure_type, infrastructure, include_all_scope, experiment_id, is_identity, include_legacy_infra, infra_scope, is_ai_enabled, is_enterprise, fault_id, permissions_required, only_templatised_faults, environment_type, minimal, agent_identity, cloud_filter, view_state, view_type, view_ids, folder_name_pattern, group_by, time_filter, limit, time_resolution, min_saving, perspective_id, anomaly_view, search_text, order_by_field, order_by_direction, min_amount, min_anomalous_spend, value_type, value_sub_type, is_cluster_query, is_cluster_hourly_data, search_key, page, size, aspect, integration_type, profile_id, team_ref_id, date_start, date_end, granularity, metric_type, artifact_type, source_id, artifact_id, dependency_type, oss_risk_filter, standards, enforcement_id, purl, drift_id, severity_codes, issue_types, target_ids, target_types, pipeline_ids, scan_tools, exemption_statuses, stages, steps, product_names, include_exempted, origins, origin_statuses, epss, epss_percentile, severity_overridden, reachability, exploitability, page_existing, page_size_existing, page_new, page_size_new, migration_type, dbschema_id, dbinstance_id, object_type, principal_type, role_identifier, resource_group_identifier, include_parent_scopes, identifiers, sort_orders, page_token, has_module, module_type, only_favorites, identifier_filter, exclude_rego, include_policy_set_count, entity, created_date_from, created_date_to, include_child_scopes, freeze_status, service_id, target_id, dataset_id, metric_set_id, run_id, eval_id, set_id, suite_id, trace_id, label, annotator_type, tag, provider, activity_id, kinds, annotations, object_kind, severity, impacted_service, environment, commander, text, reported_after, reported_before, sort_direction, service, deployed_after, deployed_before. Call harness_describe for filters available on a specific resource_type."New value: +"Resource-specific filters as key-value pairs. Available keys across enabled resource types: search_term, module, filter_type, pipeline_id, status, branch, my_deployments, execution_id, approval_status, approval_type, node_execution_id, sort, order, env_type, type, category, connector_names, connector_identifiers, connectivity_statuses, connector_connectivity_modes, description, inheriting_credentials_from_delegate, tags, include_all_connectors_available_at_scope, environment_id, deployment_type, secret_identifier, secret_name, secret_manager_identifiers, include_all_secrets_accessible_at_scope, audit_resource_type, action, start_time, end_time, all, delegate_name, delegate_type, host_name, delegate_group_identifier, delegate_instance_filter, auto_upgrade, version_status, name, query, git_ref, path, since, until, committer, inherited, search, package_type, template_type, template_list_type, global, metadata_only, entity_type, folder_id, kind, scope_level, owned_by_me, favorites, owner, lifecycle, sort_type, sort_order, is_custom, entity_identifier, state, after, before, offset, workspace_id, rollout_status_id, segment_name, repo_creds_id, agent_id, app_name, namespace, resource_name, group, version, scope, experiment_name, infra_id, experiment_ids, start_date, end_date, target_network_map_ids, my_experiments, exclude_automation, probe_ids, infra_type, sort_field, sort_ascending, experiment_run_ids, notify_ids, hub_identity, infrastructure_type, infrastructure, include_all_scope, experiment_id, is_identity, include_legacy_infra, infra_scope, is_ai_enabled, is_enterprise, fault_id, permissions_required, only_templatised_faults, environment_type, minimal, agent_identity, cloud_filter, view_state, view_type, view_ids, folder_name_pattern, group_by, time_filter, limit, time_resolution, min_saving, days_back, recommendation_states, cost_category, cost_buckets, sort_by, perspective_id, anomaly_view, search_text, order_by_field, order_by_direction, min_amount, min_anomalous_spend, value_type, value_sub_type, is_cluster_query, is_cluster_hourly_data, search_key, page, size, aspect, integration_type, profile_id, team_ref_id, date_start, date_end, granularity, metric_type, artifact_type, source_id, artifact_id, dependency_type, oss_risk_filter, standards, enforcement_id, purl, drift_id, severity_codes, issue_types, target_ids, target_types, pipeline_ids, scan_tools, exemption_statuses, stages, steps, product_names, include_exempted, origins, origin_statuses, epss, epss_percentile, severity_overridden, reachability, exploitability, page_existing, page_size_existing, page_new, page_size_new, scan_id, validation_execution_id, only_true_positive, exclude_repo_patterns, migration_type, dbschema_id, dbinstance_id, object_type, principal_type, role_identifier, resource_group_identifier, include_parent_scopes, identifiers, sort_orders, page_token, has_module, module_type, only_favorites, identifier_filter, exclude_rego, include_policy_set_count, entity, created_date_from, created_date_to, include_child_scopes, freeze_status, service_id, target_id, dataset_id, metric_set_id, run_id, eval_id, set_id, suite_id, trace_id, label, annotator_type, tag, provider, activity_id, kinds, annotations, object_kind, severity, impacted_service, environment, commander, text, reported_after, reported_before, sort_direction, service, deployed_after, deployed_before. Call harness_describe for filters available on a specific resource_type."
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "approval_instance",
      -  "artifact",
      -  "artifact_file",
      -  "artifact_security",
      -  "artifact_version",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_dr_test",
      -  "chaos_enabled_infrastructure",
      -  "chaos_environment",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_experiment_variable",
      -  "chaos_fault",
      -  "chaos_fault_experiment_run",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_hub_fault",
      -  "chaos_infrastructure",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_in_run",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "connector_catalogue",
      -  "cost_anomaly",
      -  "cost_anomaly_drilldown",
      -  "cost_breakdown",
      -  "cost_category",
      -  "cost_filter_value",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_summary",
      -  "cost_timeseries",
      -  "dashboard",
      -  "database_instance",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate",
      -  "delegate_token",
      -  "deploy",
      -  "discovered_namespace",
      -  "discovered_network_map",
      -  "discovered_service",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_run_by_eval",
      -  "eval_run_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_rollout_status",
      -  "fme_rule_based_segment",
      -  "fme_rule_based_segment_definition",
      -  "fme_segment_keys",
      -  "fme_standard_segment",
      -  "fme_traffic_type",
      -  "fme_workspace",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_event",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_managed_resource",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "gitops_resource_action",
      -  "iacm_activity_resource_change",
      -  "iacm_module",
      -  "iacm_resource",
      -  "iacm_workspace",
      -  "iacm_workspace_costs",
      -  "idp_entity",
      -  "idp_score",
      -  "idp_tech_doc",
      -  "idp_workflow",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_queryable_type_summary",
      -  "kg_type",
      -  "organization",
      -  "permission",
      -  "pipeline",
      -  "pipeline_security_issue",
      -  "pipeline_security_step",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "pr_activity",
      -  "pr_check",
      -  "pr_reviewer",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "scorecard",
      -  "scorecard_check",
      -  "scs_artifact_component",
      -  "scs_artifact_source",
      -  "scs_bom_violation",
      -  "scs_compliance_result",
      -  "scs_component_drift",
      -  "scs_component_search",
      -  "scs_component_vulnerability",
      -  "scs_remediation_pr",
      -  "secret",
      -  "security_exemption",
      -  "security_issue",
      -  "security_issue_filter",
      -  "sei_ai_adoption",
      -  "sei_ai_raw_metric",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_team",
      -  "sei_team_detail",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "setting",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "approval_instance",
      +  "artifact",
      +  "artifact_file",
      +  "artifact_security",
      +  "artifact_version",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_dr_test",
      +  "chaos_enabled_infrastructure",
      +  "chaos_environment",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_experiment_variable",
      +  "chaos_fault",
      +  "chaos_fault_experiment_run",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_hub_fault",
      +  "chaos_infrastructure",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_in_run",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "connector_catalogue",
      +  "cost_anomaly",
      +  "cost_anomaly_drilldown",
      +  "cost_breakdown",
      +  "cost_category",
      +  "cost_filter_value",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_filter",
      +  "cost_summary",
      +  "cost_timeseries",
      +  "dashboard",
      +  "database_instance",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate",
      +  "delegate_token",
      +  "deploy",
      +  "discovered_namespace",
      +  "discovered_network_map",
      +  "discovered_service",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_run_by_eval",
      +  "eval_run_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_rollout_status",
      +  "fme_rule_based_segment",
      +  "fme_rule_based_segment_definition",
      +  "fme_segment_keys",
      +  "fme_standard_segment",
      +  "fme_traffic_type",
      +  "fme_workspace",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_event",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_managed_resource",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "gitops_resource_action",
      +  "iacm_activity_resource_change",
      +  "iacm_module",
      +  "iacm_resource",
      +  "iacm_workspace",
      +  "iacm_workspace_costs",
      +  "idp_entity",
      +  "idp_score",
      +  "idp_tech_doc",
      +  "idp_workflow",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_queryable_type_summary",
      +  "kg_type",
      +  "organization",
      +  "permission",
      +  "pipeline",
      +  "pipeline_security_issue",
      +  "pipeline_security_step",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "pr_activity",
      +  "pr_check",
      +  "pr_reviewer",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "sast_remediation_diff",
      +  "scorecard",
      +  "scorecard_check",
      +  "scs_artifact_component",
      +  "scs_artifact_source",
      +  "scs_bom_violation",
      +  "scs_compliance_result",
      +  "scs_component_drift",
      +  "scs_component_search",
      +  "scs_component_vulnerability",
      +  "scs_remediation_pr",
      +  "secret",
      +  "security_exemption",
      +  "security_issue",
      +  "security_issue_filter",
      +  "sei_ai_adoption",
      +  "sei_ai_raw_metric",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_team",
      +  "sei_team_detail",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "setting",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  8. First observedv3.2.10

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide the read-only and non-destructive safety profile. The description adds useful behavioral detail about URL auto-extracting scope and the first-call requirement for project-scoped identifiers. It doesn't cover rate limits or auth, but the added scope-extraction behavior is genuinely informative.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three concise sentences, each carrying distinct value: purpose, URL behavior, and a scoping requirement. It is well front-loaded with the core listing verb and object.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema and 100% parameter description coverage, the description need not explain return shapes. The non-obvious scope-extraction and first-call parameter needs are called out, making it adequately complete for a listing tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description's mention of URL auto-extraction and org_id/project_id largely echoes the schema's own parameter descriptions, adding no new semantics beyond what structured fields already convey.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource ('List Harness resources') and adds filtering/pagination, distinguishing it from get/search on a procedural level. It does not explicitly name sibling tools or exclusion conditions, so it stops short of full sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers concrete usage context for project-scoped types (pass org_id/project_id on first call unless a default is configured) and mentions URL-based scope extraction. However, it never says when to prefer harness_list over harness_search or harness_describe, so the when-to-use guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.