---
title: "List All Configs"
method: GET
path: "/api/v1/verification/config"
tags: ["alert-verification-config"]
---

# List All Configs

`GET /api/v1/verification/config`

Retrieve all alert type configurations

## Response `200`

Configs retrieved

- AlertConfigListResponse — Response for listing all alert type configurations.
  - `status` string — Operation status
  - `configs` AlertConfigResponse[], required — List of configurations
    - `alert_type` string, required — Alert type identifier
    - `prompt` string, required — User prompt text
    - `system_prompt` string, nullable — System prompt text
    - `enrichment_prompt` string, nullable — Optional enrichment prompt
    - `vlm_params` object, nullable — VLM parameter overrides
    - `output_category` string, nullable — Display name for output
    - `created_at` string — Creation timestamp (ISO 8601)
    - `updated_at` string — Last update timestamp (ISO 8601)
  - `count` integer, required — Total number of configurations

## Other responses

- `500` — Internal server error
- `503` — Backend storage temporarily unavailable

---

[API](https://skmtc.net/nvidia/apis/alert-agent-api.md) · [All operations](https://skmtc.net/nvidia/apis/alert-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/alert-agent-api/versions/e754ab3efedd/schema)
