Skip to main content
GET
/
asset
/
containment-history
/
{assetType}
/
{id}
Get containment action history for an asset
curl --request GET \
  --url https://api.wirespeed.co/asset/containment-history/{assetType}/{id} \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "intent": "contain",
      "createdAt": "<string>",
      "subAction": "<string>",
      "result": "success",
      "performedBy": "<string>",
      "detectionId": "<string>",
      "integrationId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Asset identifier

Response

200 - application/json
items
object[]
required

Containment history entries, newest first