latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Platform Actions

Get Platform Action

Shows details on a single Platform Action associated with your account.

get/v1/platform_actions/{id}

Path parameters

idinteger required

Platform Action ID within Huntress Account

Response

Get Platform Action

Example response

{
  "platform_action": {
    "id": 84938,
    "account": {
      "id": 1,
      "name": "Your Account Name"
    },
    "organizations": [
      {
        "id": 1234,
        "name": "ExampleCo"
      }
    ],
    "created_at": "2025-09-05T18:20:34Z",
    "resolved_at": "2025-09-05T18:20:34Z",
    "severity": "low",
    "status": "resolved",
    "subject": "Defender Disabled",
    "type": "Environmental Issue",
    "updated_at": "2025-09-05T18:20:34Z",
    "entities": {
      "total_count": 1,
      "has_more": false,
      "items": [
        {
          "id": 1,
          "type": "Agent",
          "details": {
            "hostname": "laptop01",
            "platform": "windows",
            "os": "Windows 8 Pro",
            "last_callback_at": "2025-09-05T18:20:35Z"
          }
        }
      ]
    }
  }
}