Use this API to fetch details from Masif server using audit log Id.
Note: When the text from the Details column is more than 4000 characters, the details are saved on the Masif server.
API request
curl --location
--request GET 'https://<QualysBaseURL>/audit-log/admin/
audit/details?auditLogId=<audit Log ID>' \
--header 'Authorization: Bearer <JWT Token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response
{"message":"Message text"}