SaaS Detection and Response Release 1.11.0 API

October 01, 2025

Enhanced APIs with New QQL Search Tokens

As a part of QQL token standardization, we have renamed common and SaaSDR-specific tokens. The standardization helps reuse and customize the QQL queries across all Qualys applications, leading to a consistent user experience.  The standardized tokens make it easier to copy and reuse the search query from one application to another, eliminating the need to remember multiple token names for different applications and similar searches.

For the complete list of old and new token mappings, see Old and New Token Mappings.

The following list presents the SaaSDR APIs, where the API request must change based on the updated QQL tokens.

API Name

API Endpoint

Get list of all connectors created on SaaSDR under specific account

/sdr/api/v1/connectors

Get details of a specific connector by connector Id on SaaSDR

 /sdr/api/v1/connectors/{connectorId}/scanners

Get details of all SaaS users

/sdr/api/v1/users

Get details of all SaaS user groups

/sdr/api/v1/groups

Get details of all SaaS documents

/sdr/api/v1/documents

Get details of all SaaS applications

/sdr/api/v1/applications

Get details of all SaaS meetings

/sdr/api/v1/meetings

Get details of all SaaS created reports

/sdr/api/v1/reports

Download the generated report results

/sdr/api/v1/report/download/{fileUuid}

Get details of all policies

/sdr/api/v1/policy

Get details of a specific policy by policy Id

/sdr/api/v1/policy/{policyId}

Get details of a specific report

/sdr/api/v1/reporting