Invalid query
Resolve invalid query errors.
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. The type, title, status, and detail fields are always present, while instance may be omitted depending on the API.
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: