Invalid query
Resolve invalid query errors.
An invalid query error indicates that the CQL expression contains one or more syntax errors.
Verify the expression syntax against the CQL reference before retrying.
Response
All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.
Here is an example of the response returned for this error:
{ "type": "https://croct.help/api/evaluation/invalid-query", "title": "The query is invalid.", "status": 422, "detail": "The query contains one or more syntax errors.", "errors": [ { "cause": "No viable alternative at the end of input", "location": { "start": { "line": 1, "column": 3, "index": 3 }, "end": { "line": 1, "column": 3, "index": 3 } } } ]}The response includes the following additional field: