Skip to main content
GET
/
log
/
query
/
get
/
{queryId}
Get Query Log
curl --request GET \
  --url https://cloud.cdata.com/api/log/query/get/{queryId} \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic Authentication with username and password. Use your PAT as the password. You can get your PAT from Connect AI by selecting Settings > Access Tokens.

Path Parameters

queryId
string
required

The unique Id of the query for which to download the log file.

Response

200

OK and the zipped log file.