メインコンテンツへスキップ
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>'

承認

Authorization
string
header
必須

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.

パスパラメータ

queryId
string
必須

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

レスポンス

200

OK and the zipped log file.