Run an NQE query
POST/nqe
Run an NQE query
Request
Responses
- 200
- 400
The response contains the query's results in the items property.
The query did not complete successfully. For example, the query could not be parsed, the column filters
were invalid, or the query timed out or was cancelled during execution. The response will contain
completionType, errors, and snapshotId properties that provide detailed information on the errors. See
model for more information. Note that a response with a 400 code can happen for other errors, such as a lack
of permission to execute the query, or a request that specified a Query ID for a deleted query without also
specifying a Commit ID. In such cases, the completionType, errors, and snapshotId properties will be
omitted from the response.