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.

Command-line sample template for acquiring artifacts

Prev Next
curl -X POST "https://<ip
address>:3000/hx/api/v3/hosts/<Host_ID>/live" \

 -H "Accept: application/json" \

 -H "X-FeApi-Token: <API_Token>" \

 -H "Content-Type: application/json" \

 -d '{"name":"<Audit_name>","script":{"b64":"<Base64_encoded
job_script>"}}'

For more information on using the Endpoint Security API, refer to the Endpoint Security API Guide.