Reproducible query — Product (shared drive)
LIST REVISIONS WHERE MADE_UP_FIELD IS "x"
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
Unknown field: MADE_UP_FIELD for entity REVISIONS.
Use HELP SCHEMA before committing an unfamiliar filter.
Try: LIST REVISIONS WHERE MODIFIED_BY IS "alice@acme.com" LIMIT 10
Valid here: FILE_ID, ID, MODIFIED, MODIFIED_BY, REVISION_ID, SIZE_BYTES
Raw envelope — what an app or agent receives
{
"ok": false,
"query": "LIST REVISIONS WHERE MADE_UP_FIELD IS \"x\"",
"error": {
"code": -32602,
"message": "Unknown field: MADE_UP_FIELD for entity REVISIONS.",
"unknown_fields": [
"MADE_UP_FIELD"
],
"valid_fields": [
"FILE_ID",
"ID",
"MODIFIED",
"MODIFIED_BY",
"REVISION_ID",
"SIZE_BYTES"
],
"suggestion": "Use HELP SCHEMA before committing an unfamiliar filter.",
"example": "LIST REVISIONS WHERE MODIFIED_BY IS \"alice@acme.com\" LIMIT 10",
"help": "HELP REVISIONS"
},
"_meta": {
"epoch": 1
}
}