Hi,
this link will help you.
https://www-01.ibm.com/support/docview.wss?uid=swg21988758In case the link dies, here's a copy-paste of what you'll find.
To export a list of Custom QIDs:
1. Using SSH, log in to the QRadar Console as the root user.
2. From command line run one of the commands below.
List of Category Types: /opt/qradar/bin/qidmap_cli.sh -l > /tmp/Category_type_CLI.txt
Export user created QIDs: TXT: /opt/qradar/bin/qidmap_cli.sh -e -f /tmp/UserCreated_QID_CLI.txt
CSV: /opt/qradar/bin/qidmap_cli.sh -e -f /tmp/UserCreated_QID_CLI.csv
***Results: The file with QID information will be in /tmp
To view QIDs and the related event name: An alternate method to view QIDs, is to use the idlist utility. This utility allows users to view existing QIDs in QRadar.
1. Using SSH, log in to the QRadar Console as the root user.
2. To view the full list of QIDs, type: ./opt/qradar/bin/idlist.sh -e qid
3. A list of QIDs is printed to the screen.
4. Press Space to page down through the list of QIDs.
5. To search the list, type /search_term and then press Enter. For example, /malware.
6. Press q to exit the list at any time.
------------------------------
Anthony Gayadeen
------------------------------
Original Message:
Sent: 01-29-2018 06:18 PM
From: Matthew Carle
Subject: Centralized list of all QID numbers & description
I'm working with the QRadar tool. I'd like to know if there is a centralized list of all QID numbers and a description anywhere?