POST
/
admin
/
query-history
/
start-export
Start Query History Export
curl --request POST \
  --url https://cloud.onyx.app/api/admin/query-history/start-export \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date-time> | null
end
string<date-time> | null

Response

200
application/json

Successful Response

The response is of type object.