---
title: "Return a list of all alerts and their details"
method: GET
path: "/v3/alerts"
tags: ["DQ Alert API"]
---

# Return a list of all alerts and their details

`GET /v3/alerts`

Returns a list of all alerts and their details.

## Response `200`

List of alerts

- AlertDTO[]
  - `dataset` string
  - `alertNm` string
  - `alertCond` string
  - `alertTriggerType` integer — Deprecated: Use alertTypes field instead. Alert trigger type mapping: 0 - Condition 1 - Job Failure 2 - Job Complete
  - `alertFormat` string
  - `alertFormatValue` string
  - `alertMsg` string
  - `batchName` string
  - `addRuleDetails` boolean
  - `alertTypes` string[] — Alert types. If not provided, alertTriggerType will be used to determine alert types.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
