Atlas
Admin — Abuse Prevention

List flagged workspaces

SaaS only. Returns all workspaces with active abuse flags (warning, throttled, or suspended).

GET
/api/v1/admin/abuse

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/abuse"
{
  "workspaces": [
    {
      "workspaceId": "string",
      "workspaceName": "string",
      "level": "none",
      "trigger": "query_rate",
      "message": "string",
      "updatedAt": "string",
      "events": [
        {
          "id": "string",
          "workspaceId": "string",
          "level": "none",
          "trigger": "query_rate",
          "message": "string",
          "metadata": {
            "property1": null,
            "property2": null
          },
          "createdAt": "string",
          "actor": "string"
        }
      ]
    }
  ],
  "total": 0
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}