Connectors
...
Actions
Get Machine Action
6 min
description retrieve details of a specific machine action in microsoft defender using the unique action id provided in path parameters endpoint url /api/machineactions/{{id}} method get inputs path parameters (object) – required id (string) – required output example \[ { "status code" 400, "response headers" { "date" "thu, 04 may 2023 17 56 32 gmt", "content type" "application/json; charset=utf 8", "transfer encoding" "chunked", "connection" "keep alive", "strict transport security" "max age=15724800; includesubdomains" }, "reason" "bad request", "json body" { "error" { "code" "badrequest", "message" "the key value (556b3952acb0bff29816d267822305781cc183ec) from request is not valid the key value should be format of type 'edm guid' ", "target" "|b1838e63 40a6640ddd2719ac " } } } ] output parameters status code (number) reason (string) json body (object) error (object) code (string) message (string) target (string) response headers header type date string content type string transfer encoding string connection string strict transport security string