Reproducible query — Product (shared drive)
LIST REVISIONS WHERE MODIFIED_BY IS "NOT_A_REAL_VALUE"
Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.
refused
Invalid value 'NOT_A_REAL_VALUE' for MODIFIED_BY.
Values are case-sensitive; pick one of the listed values.
Try: LIST REVISIONS WHERE MODIFIED_BY IS "alice@acme.com"
Valid here: alice@acme.com, bob@acme.com, carol@acme.com
Raw envelope — what an app or agent receives
{
"ok": false,
"query": "LIST REVISIONS WHERE MODIFIED_BY IS \"NOT_A_REAL_VALUE\"",
"error": {
"code": -32602,
"message": "Invalid value 'NOT_A_REAL_VALUE' for MODIFIED_BY.",
"valid_fields": [
"alice@acme.com",
"bob@acme.com",
"carol@acme.com"
],
"suggestion": "Values are case-sensitive; pick one of the listed values.",
"example": "LIST REVISIONS WHERE MODIFIED_BY IS \"alice@acme.com\"",
"help": "HELP REVISIONS"
},
"_meta": {
"epoch": 1
}
}