For the complete documentation index, see llms.txt. This page is also available as Markdown.

Asset Archived

The event emitted will include the following information:

{
  "method": "asset-archived",
  "params": {
    "timestamp": "2026-05-12T00:49:26.459Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "id": "696f0684df7ff96a7aca4053",
      "name": "api.example.com",
      "type": "API",
      "created": "2026-01-20T04:37:24.213Z",
      "modified": "2026-05-12T00:49:26.439Z",
      "created_by": {
        "user_id": "600e3800fb54b300336e867c",
        "first_name": "Admin",
        "last_name": "AttackForge"
      },
      "projects": [
        {
          "id": "6964554e886a55a29893332f",
          "name": "API Pentest May 2026"
        }
      ],
      "custom_fields": [
        {
          "key": "exposure",
          "value": "Internet"
        },
        {
          "key": "environment",
          "value": "Production"
        }
      ]
    }
  }
}

Last updated