Skip to main content
POST
Get Alert Config
Use this API to read the workspace’s stored alert settings.

Endpoint

POST https://api.velt.dev/v2/memory/alerts/config/get

Headers

string
required
Your API key.
string
required

Body

Params

object
required
No fields required. Send an empty object.

Example Requests

Get the alert config

Response

Only enabled is always present. maxAlertsPerWeek, enabledAlertTypes, and severityThreshold appear only after you set them with Update Alert Config. A workspace that has never updated the config gets { "enabled": true }. enabledAlertTypes holds alert types: anomaly, configuration_drift, emerging_standard, or standards_drift. These values are stored and returned as sent. They are not applied to alert generation today. Alerts are capped at 3 per rolling 7 days per workspace.

Success Response

Failure Response