List endpoint scan analyses.Ask AIget https://api-YOUR-INSTANCE.analysis.threatray.com/v1/analyses/endpoint-scansGet a list of endpoint scan analyses with the option to apply a filter to the query.Query Paramsverdictsarray of stringslength ≥ 1Defaults to unknown,suspicious,maliciousOnly select analyses with the specified verdicts.verdictsADD stringfrom_finished_atdate-time | nullOnly select analyses that were finished on or after the specified date.to_finished_atdate-time | nullOnly select analyses that were finished before or on the specified date.limitinteger1 to 1000Defaults to 1000Maximum number of analyses to return per page.cursorstring | nullDefaults to nullCursor token for pagination. Include the cursor value from a previous response to retrieve the next page. When null, no more results are available.Response 200OKUpdated 4 days ago