post
/public_api/v1/xql/get_quota
Retrieve the amount of query quota available and used for this tenant, including the number of daily running queries, the number of active queries, and the number of queries run concurrently today on this tenant.
Note: This endpoint only works on XQL queries initiated by /public_api/v1/xql/start_xql_query/
.
For more information on how to run XQL queries, see Running XQL Query APIs.
Required license: Cortex XDR Pro per Endpoint or Cortex XDR Pro per GB
Body parameters
Object
REQUEST BODY
Object
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/xql/get_quota'
-d
''
Responses