listqueries

List running queries in all XML LIbraries.



HTTP Request: GET

Parameters:

NameValueDescriptionformat
format
  • "text" : (the default) returns tab-separated lines, each containing the fields described below.
  • "json" : returns an array containing one map for each statistic (see below) .

Response:

   mime-type: text/plain

   mime-type: application/json

 

Whatever the format, the response contains the following fields:

FieldDescription
IdUnique identifier of the query
UserName of the User who started the query
ElapsedTimeElapsed time since the beginning of the execution
SourceThe 40 first characters of the query source code

Error codes:

AccessControl
if the user does not have the admin role.