List Audit Configs#

import os
from nemo_microservices import NeMoMicroservices

client = NeMoMicroservices(base_url=os.getenv("AUDITOR_BASE_URL"))

configs = client.audit.configs.list(workspace="default")
print("\n".join([config.model_dump_json(indent=2) for config in configs]))
	curl -X GET "${AUDITOR_BASE_URL}/v2/workspaces/default/audit/configs" \
		-H "Accept: application/json" | jq

Example Output

{
  "id": "audit-config-7cYnScyXTaCe2BSPV4ruCc",
  "created_at": "2026-01-20T17:11:24.777157Z",
  "entity_id": "audit-config-7cYnScyXTaCe2BSPV4ruCc",
  "parent": null,
  "updated_at": "2026-01-20T17:11:24.777157Z",
  "workspace": "default",
  "description": "Local LLM configuration",
  "name": "demo-local-llm-config",
  "plugins": {
    "buff_max": null,
    "buff_spec": null,
    "buffs": {},
    "buffs_include_original_prompt": false,
    "detector_spec": "auto",
    "detectors": {},
    "extended_detectors": false,
    "generators": {},
    "harnesses": {},
    "model_name": null,
    "model_type": null,
    "probe_spec": "probes.dan.DanInTheWild,grandma,leakreplay,latentinjection,realtoxicityprompts",
    "probes": {}
  },
  "project": null,
  "reporting": {
    "report_dir": "garak_runs",
    "report_prefix": "run1",
    "show_100_pass_modules": true,
    "taxonomy": null
  },
  "run": {
    "deprefix": true,
    "eval_threshold": 0.5,
    "generations": 7,
    "probe_tags": null,
    "seed": null,
    "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
  },
  "system": {
    "enable_experimental": false,
    "lite": true,
    "narrow_output": false,
    "parallel_attempts": 32,
    "parallel_requests": false,
    "show_z": false,
    "verbose": 0
  }
}
{
  "id": "audit-config-CPyzTR13TqeAH6TCVMJfza",
  "created_at": "2026-01-20T17:11:24.615644Z",
  "entity_id": "audit-config-CPyzTR13TqeAH6TCVMJfza",
  "parent": null,
  "updated_at": "2026-01-20T17:11:24.615644Z",
  "workspace": "default",
  "description": "Demo configuration using probe tags",
  "name": "demo-config-using-tags",
  "plugins": {
    "buff_max": null,
    "buff_spec": null,
    "buffs": {},
    "buffs_include_original_prompt": false,
    "detector_spec": "auto",
    "detectors": {},
    "extended_detectors": false,
    "generators": {},
    "harnesses": {},
    "model_name": null,
    "model_type": null,
    "probe_spec": "grandma,encoding.InjectBase2048,encoding.InjectROT13",
    "probes": {}
  },
  "project": null,
  "reporting": {
    "report_dir": "garak_runs",
    "report_prefix": "run1",
    "show_100_pass_modules": true,
    "taxonomy": null
  },
  "run": {
    "deprefix": true,
    "eval_threshold": 0.5,
    "generations": 5,
    "probe_tags": "owasp:llm06",
    "seed": null,
    "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
  },
  "system": {
    "enable_experimental": false,
    "lite": true,
    "narrow_output": false,
    "parallel_attempts": 20,
    "parallel_requests": false,
    "show_z": false,
    "verbose": 0
  }
}
{
  "id": "audit-config-QDQYQYumzYqDxRGTNiP1t6",
  "created_at": "2026-01-20T17:11:24.607793Z",
  "entity_id": "audit-config-QDQYQYumzYqDxRGTNiP1t6",
  "parent": null,
  "updated_at": "2026-01-20T17:11:24.607793Z",
  "workspace": "default",
  "description": "Basic demonstration configuration",
  "name": "demo-basic-config",
  "plugins": {
    "buff_max": null,
    "buff_spec": null,
    "buffs": {},
    "buffs_include_original_prompt": false,
    "detector_spec": "auto",
    "detectors": {},
    "extended_detectors": false,
    "generators": {},
    "harnesses": {},
    "model_name": null,
    "model_type": null,
    "probe_spec": "dan.AutoDANCached,goodside.Tag",
    "probes": {}
  },
  "project": null,
  "reporting": {
    "report_dir": "garak_runs",
    "report_prefix": "run1",
    "show_100_pass_modules": true,
    "taxonomy": null
  },
  "run": {
    "deprefix": true,
    "eval_threshold": 0.5,
    "generations": 7,
    "probe_tags": null,
    "seed": null,
    "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
  },
  "system": {
    "enable_experimental": false,
    "lite": true,
    "narrow_output": false,
    "parallel_attempts": 20,
    "parallel_requests": false,
    "show_z": false,
    "verbose": 0
  }
}
[
  {
    "name": "demo-local-llm-config",
    "workspace": "default",
    "project": null,
    "description": "Local LLM configuration",
    "system": {
      "verbose": 0,
      "narrow_output": false,
      "parallel_requests": false,
      "parallel_attempts": 32,
      "lite": true,
      "show_z": false,
      "enable_experimental": false
    },
    "run": {
      "seed": null,
      "deprefix": true,
      "eval_threshold": 0.5,
      "generations": 7,
      "probe_tags": null,
      "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
    },
    "plugins": {
      "model_type": null,
      "model_name": null,
      "probe_spec": "probes.dan.DanInTheWild,grandma,leakreplay,latentinjection,realtoxicityprompts",
      "detector_spec": "auto",
      "extended_detectors": false,
      "buff_spec": null,
      "buffs_include_original_prompt": false,
      "buff_max": null,
      "detectors": {},
      "generators": {},
      "buffs": {},
      "harnesses": {},
      "probes": {}
    },
    "reporting": {
      "report_prefix": "run1",
      "taxonomy": null,
      "report_dir": "garak_runs",
      "show_100_pass_modules": true
    },
    "id": "audit-config-WFv8MxJpyxUVFNCzFyF12R",
    "created_at": "2026-01-20T19:59:48.672352Z",
    "updated_at": "2026-01-20T19:59:48.672352Z",
    "entity_id": "audit-config-WFv8MxJpyxUVFNCzFyF12R",
    "parent": null
  },
  {
    "name": "demo-basic-config",
    "workspace": "default",
    "project": null,
    "description": "Updated description",
    "system": {
      "verbose": 0,
      "narrow_output": false,
      "parallel_requests": false,
      "parallel_attempts": 10,
      "lite": false,
      "show_z": false,
      "enable_experimental": false
    },
    "run": {
      "seed": null,
      "deprefix": true,
      "eval_threshold": 0.5,
      "generations": 7,
      "probe_tags": null,
      "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
    },
    "plugins": {
      "model_type": null,
      "model_name": null,
      "probe_spec": "ansiescape",
      "detector_spec": "auto",
      "extended_detectors": false,
      "buff_spec": null,
      "buffs_include_original_prompt": false,
      "buff_max": null,
      "detectors": {},
      "generators": {},
      "buffs": {},
      "harnesses": {},
      "probes": {}
    },
    "reporting": {
      "report_prefix": "run1",
      "taxonomy": null,
      "report_dir": "garak_runs",
      "show_100_pass_modules": true
    },
    "id": "audit-config-9nJZT4xH3ongojKHQ24gcb",
    "created_at": "2026-01-20T19:59:48.628245Z",
    "updated_at": "2026-01-20T19:59:48.628245Z",
    "entity_id": "audit-config-9nJZT4xH3ongojKHQ24gcb",
    "parent": null
  },
  {
    "name": "demo-config-using-tags",
    "workspace": "default",
    "project": null,
    "description": "Demo configuration using probe tags",
    "system": {
      "verbose": 0,
      "narrow_output": false,
      "parallel_requests": false,
      "parallel_attempts": 20,
      "lite": true,
      "show_z": false,
      "enable_experimental": false
    },
    "run": {
      "seed": null,
      "deprefix": true,
      "eval_threshold": 0.5,
      "generations": 5,
      "probe_tags": "owasp:llm06",
      "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
    },
    "plugins": {
      "model_type": null,
      "model_name": null,
      "probe_spec": "dan.AutoDANCached,goodside.Tag",
      "detector_spec": "auto",
      "extended_detectors": false,
      "buff_spec": null,
      "buffs_include_original_prompt": false,
      "buff_max": null,
      "detectors": {},
      "generators": {},
      "buffs": {},
      "harnesses": {},
      "probes": {}
    },
    "reporting": {
      "report_prefix": "run1",
      "taxonomy": null,
      "report_dir": "garak_runs",
      "show_100_pass_modules": true
    },
    "id": "audit-config-2gbY2bkgZkMSpeiMZqXEQu",
    "created_at": "2026-01-20T19:59:45.120495Z",
    "updated_at": "2026-01-20T19:59:45.120495Z",
    "entity_id": "audit-config-2gbY2bkgZkMSpeiMZqXEQu",
    "parent": null
  },
  {
    "name": "demo-basic-config-k6z8ov",
    "workspace": "default",
    "project": null,
    "description": "Basic demonstration configuration",
    "system": {
      "verbose": 0,
      "narrow_output": false,
      "parallel_requests": false,
      "parallel_attempts": 20,
      "lite": true,
      "show_z": false,
      "enable_experimental": false
    },
    "run": {
      "seed": null,
      "deprefix": true,
      "eval_threshold": 0.5,
      "generations": 7,
      "probe_tags": null,
      "user_agent": "garak/{version} (LLM vulnerability scanner https://garak.ai)"
    },
    "plugins": {
      "model_type": null,
      "model_name": null,
      "probe_spec": "dan.AutoDANCached,goodside.Tag",
      "detector_spec": "auto",
      "extended_detectors": false,
      "buff_spec": null,
      "buffs_include_original_prompt": false,
      "buff_max": null,
      "detectors": {},
      "generators": {},
      "buffs": {},
      "harnesses": {},
      "probes": {}
    },
    "reporting": {
      "report_prefix": "run1",
      "taxonomy": null,
      "report_dir": "garak_runs",
      "show_100_pass_modules": true
    },
    "id": "audit-config-2HJVVn3PXaTHLsW8ny5rmM",
    "created_at": "2026-01-20T19:59:45.103278Z",
    "updated_at": "2026-01-20T19:59:48.626738Z",
    "entity_id": "audit-config-2HJVVn3PXaTHLsW8ny5rmM",
    "parent": null
  }
]