The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.

Single artifact acquisition by scan ID

Prev Next

To acquire a single artifact, you need a scan ID. You can find the scan ID in the AMSI scan request, in the AMSI alerts attributes field.

The following JSON example obtains a single artifact by Scan ID.

Request Body

{

    "commands": [{

            "name": "amsibuffer",

            "parameters":
[{

                    "name": "scanID",

                    "value": "p2Z74OdC2dFo6O3LKTEk2TRcSLAYLf2o"

                }

            ]

        }

    ]

}