Connectors
...
Actions
List All Remediation Activities
6 min
description retrieve comprehensive details on all remediation activities, including statuses and identifiers, within microsoft defender endpoint url /api/remediationtasks method get inputs parameters (object) $skip (number) indexes into a result set also used by some apis to implement paging and can be used together with $top to manually page results $top (number) sets the page size of results top with max value of 10,000 $filter (string) filter on createdon and status properties output example \[ { "status code" 200, "response headers" { "date" "mon, 10 feb 2025 05 20 10 gmt", "content type" "application/json; odata metadata=minimal; odata streaming=true; charset=utf 8", "transfer encoding" "chunked", "connection" "keep alive", "content encoding" "deflate", "vary" "accept encoding", "mise correlation id" "245dc196 fb84 44dd adc4 d91b3abec8da", "odata version" "4 0", "strict transport security" "max age=31536000; includesubdomains" }, "reason" "ok", "json body" { "@odata context" "https //api securitycenter windows com/api/$metadata#remediationtasks", "value" \[ { "id" "03942ef5 aewb 4w6e b555 d6a97013844w", "title" "update microsoft silverlight", "createdon" "2021 02 10t13 20 36 4718166z", "requesterid" "65548a1d ef00 4a7a 8d19 1b967b5c36f4", "requesteremail" "user1\@contoso com", "status" "active", "statuslastmodifiedon" "2021 02 10t13 20 36 4719698z", "description" "update silverlight to a later version to mitigate 55 known vulnerabilities affecting your devices doing so can help lessen the security risk to your organization due to versions which have reached their end of support ", "relatedcomponent" "microsoft silverlight", "targetdevices" 18511, "rbacgroupnames" \[ "unassignedgroup", "hhh" ], "fixeddevices" 2866, "requesternotes" "test", "dueon" "2021 02 11t00 00 00z", "category" "software", "productivityimpactremediationtype" "allexposedassets", "priority" "medium", "completionmethod" "automatic", "completerid" "", "completeremail" "", "scid" "", "type" "update", "productid" "microsoft silverlight", "vendorid" "microsoft", "nameid" "silverlight", "recommendedversion" "", "recommendedvendor" "", "recommendedprogram" "" } ] } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) value (array) id (string) title (string) createdon (string) requesterid (string) requesteremail (string) status (string) statuslastmodifiedon (string) description (string) relatedcomponent (string) targetdevices (number) rbacgroupnames (array) fixeddevices (number) requesternotes (string) dueon (string) category (string) productivityimpactremediationtype (string) priority (string) completionmethod (string) completerid (string) completeremail (string) scid (string) type (string) productid (string) vendorid (string) nameid (string) recommendedversion (string) recommendedvendor (string) recommendedprogram (string) response headers header type date string content type string transfer encoding string connection string content encoding string vary string mise correlation id string odata version string strict transport security string