メインコンテンツへスキップ
GET
/
log
/
query
/
get
/
{queryId}
Get Query Log
curl --request GET \
  --url https://cloud.cdata.com/api/log/query/get/{queryId} \
  --header 'Authorization: Bearer <token>'

承認

Authorization
string
header
必須

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

パスパラメータ

queryId
string
必須

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

レスポンス

200

OK and the zipped log file.