Connectors
...
Actions
Get File Information
6 min
description retrieve detailed information for a specific file in microsoft defender using the unique file identifier endpoint url /api/files/{{id}} method get inputs path parameters (object) – required id (string) – required output example \[ { "status code" 200, "response headers" { "date" "thu, 04 may 2023 17 37 52 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", "odata version" "4 0", "strict transport security" "max age=15724800; includesubdomains" }, "reason" "ok", "json body" { "@odata context" "https //api securitycenter microsoft com/api/$metadata#files/$entity", "sha1" "6532ec91d513acc05f43ee0aa3002599729fd3e1", "sha256" "d4447dffdbb2889b4b4e746b0bc882df1b854101614b0aa83953ef3cb66904cf", "md5" "7f05a371d2beffb3784fd2199f81d730", "globalprevalence" 10, "globalfirstobserved" "2018 05 07t14 05 18 4401316z", "globallastobserved" "2022 11 15t03 37 49 4593231z", "size" 391680, "filetype" null, "ispefile" true, "filepublisher" null, "fileproductname" null, "signer" null, "issuer" null, "signerhash" null, "isvalidcertificate" null, "determinationtype" "unknown", "determinationvalue" null } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) sha1 (string) sha256 (string) md5 (string) globalprevalence (number) globalfirstobserved (string) globallastobserved (string) size (number) filetype (object) ispefile (boolean) filepublisher (object) fileproductname (object) signer (object) issuer (object) signerhash (object) isvalidcertificate (object) determinationtype (string) determinationvalue (object) response headers header type date string content type string transfer encoding string connection string content encoding string vary string odata version string strict transport security string