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: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as 'Bearer '.

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.