cURL
curl --request GET \ --url https://cloud.cdata.com/api/log/query/get/{queryId} \ --header 'Authorization: Bearer <token>'
Download a query log file for troubleshooting.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
The unique Id of the query for which to download the log file.
OK and the zipped log file.
Was this page helpful?