Show Details of a List

Fetches the QID lists available in your account.

GET/csapi/v1.3/list/{listId}

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
listId Mandatory string Specify the ID or UUID of the list of which you want to fetch details.

Sample: Show Details of a ListSample: Show Details of a List

API Request

curl -X "GET"
"<qualys_base_url>/csapi/v1.3/list/43bcefbf-74cd-4d67-9b87-f3f4284d8cce"
-H "accept: application/json"
-H "Authorization: Bearer <token>"

Response

{
    "listId": "43bcefbf-74cd-4d67-9b87-f3f4284d8cce",
    "name": "test002_list",
    "created": "1687752546527",
    "createdBy": "quays_rq30",
    "updated": "1687752546527",
    "updatedBy": "rq30",
    "scope": "VULNERABILITY",
    "listType": "STATIC",
    "qidCount": 3
}