Connectors
...
Actions
Get List of Report Names
4 min
description retrieves a filtered list of reports from wiz using criteria such as id and name specified in the json body endpoint method post inputs json body (object) – required variables (object) – required first (number) – required use as a pagination argument to refine your results possible values 1 5000 after (string) use as a pagination argument to refine your results use the value returned by pageinfo endcursor from the previous response filterby (object) search (string) filter reports matching these names type (array) filter reports of specific types you can specify multiple values projectid (string) filter reports associated with a specific project identified by its project id lastreportrunstatus (array) filter reports with a specific last run status you can specify multiple values output example \[ { "status code" 200, "response headers" { "date" "sun, 30 jul 2023 09 01 15 gmt", "content type" "application/json; charset=utf 8", "transfer encoding" "chunked", "connection" "keep alive", "content security policy" "default src 'self';base uri 'self';font src 'self' https data ;form action 'self';frame ancestors 'self';img src 'self' data ;object src 'none';script src 'self';script src attr 'none';style src 'self' https 'unsafe inline';upgrade insecure requests", "cross origin embedder policy" "require corp", "cross origin opener policy" "same origin", "cross origin resource policy" "same origin", "x dns prefetch control" "off", "x frame options" "sameorigin", "strict transport security" "max age=15552000; includesubdomains", "x download options" "noopen", "x content type options" "nosniff", "origin agent cluster" "?1", "x permitted cross domain policies" "none", "referrer policy" "no referrer", "x xss protection" "0", "vary" "origin, accept encoding", "access control allow credentials" "true", "etag" "w/\\"98d h4owu9n6wujypouplht1oiadwp0\\"", "content encoding" "gzip" }, "reason" "ok", "json body" { "data" { "reports" { "nodes" \[ { "id" "7a173bd6 8a21 4985 ade6 65337368bc0c", "name" "axonius connection test" }, { "id" "3c6930d5 23e0 4690 9fe1 213e47bc5edf", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "4e44a673 c5ad 4c7f 9f16 7796baba25f9", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "e1b6ac54 14bc 4277 8a6c 23e2b325c20b", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "a41dbc36 3c9c 4094 92d8 f087fc220eff", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "668009c6 cdfc 4530 b864 54ee2382314c", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "eaff3e12 ce69 4270 ab62 f08408578fe5", "name" "brinqa inventory report 627ec33777c85a652e179ecbf42c9133" }, { "id" "6421d7ca d1df 48fe a406 d6096a313ef2", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "3e90422e e2f6 4bdf 984b 9d37051076aa", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "46622562 a574 4ab8 a238 a449369ed8c1", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "e533e9b4 4b1d 43cd b988 c3f54934912d", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "6047f9e6 b890 45d5 91da 38cfb60cf0f5", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "17a914d5 7bcc 4edf 82a9 2f689ec8ce28", "name" "axonius inventory report" }, { "id" "8c2bdb64 fdeb 4e94 9b60 bdd66cecaa9c", "name" "axonius inventory report" }, { "id" "89b46cc6 c0c1 4c5d 8bd4 547eb337c4ca", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "5293bbbd a137 4fcc a22e 2650e16351ce", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "d6d0bd25 8745 4889 a0b4 f07c0ec5048e", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "9e16812b 0f39 4f03 9f89 8264ad062188", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "120b4f9c c96a 4f2d aed0 2330597b9438", "name" "inventory report for tenant 565506e9 be5f 4f0c a291 bc6a2abe4e13" }, { "id" "cf648d89 495a 48ef b3d2 a2770b5a1080", "name" "axonius inventory report" } ], "pageinfo" { "hasnextpage" true, "endcursor" "eyjmawvszhmiolt7ikzpzwxkijoitgfzdfj1bkf0iiwivmfsdwuioiiymdizlta3lti3vdeyojawojq2ljaxodcwn1oifv19" } } } } } ] output parameters status code (number) reason (string) json body (object) data (object) reports (object) nodes (array) id (string) name (string) pageinfo (object) hasnextpage (boolean) endcursor (string) response headers header type date string content type string transfer encoding string connection string content security policy string cross origin embedder policy string cross origin opener policy string cross origin resource policy string x dns prefetch control string x frame options string strict transport security string x download options string x content type options string origin agent cluster string x permitted cross domain policies string referrer policy string x xss protection string vary string access control allow credentials string etag string content encoding string