Atlas
Admin — Abuse Prevention

Current abuse threshold configuration

SaaS only. Returns the current abuse detection thresholds (from env vars or defaults).

GET
/api/v1/admin/abuse/config

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/abuse/config"
{
  "queryRateLimit": 0,
  "queryRateWindowSeconds": 0,
  "errorRateThreshold": 0,
  "uniqueTablesLimit": 0,
  "throttleDelayMs": 0
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}