Skip to main content
POST
List Alerts
Use this API to list active Memory alerts (capped at 50). Alerts are proactive notifications about review trends, e.g. an approval-rate drift.

Endpoint

POST https://api.velt.dev/v2/memory/alerts/list

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required
No fields required. Send an empty object.

Example Requests

List active alerts

Response

Each alert includes its alertType, severity (high, medium, or low), a title and description, supporting evidence, an optional suggestedAction and actionUrl, its status, and dismissal metadata.

Success Response

Failure Response