autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

LIST PERMISSIONS 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 PERMISSIONS.

Use HELP SCHEMA before committing an unfamiliar filter.

Try: LIST PERMISSIONS WHERE PRINCIPAL IS "acme.com" LIMIT 10

Valid here: FILE_ID, INHERITED, PRINCIPAL, PRINCIPAL_TYPE, ROLE

read HELP PERMISSIONS

Raw envelope — what an app or agent receives
{
  "ok": false,
  "query": "LIST PERMISSIONS WHERE MADE_UP_FIELD IS \"x\"",
  "error": {
    "code": -32602,
    "message": "Unknown field: MADE_UP_FIELD for entity PERMISSIONS.",
    "unknown_fields": [
      "MADE_UP_FIELD"
    ],
    "valid_fields": [
      "FILE_ID",
      "INHERITED",
      "PRINCIPAL",
      "PRINCIPAL_TYPE",
      "ROLE"
    ],
    "suggestion": "Use HELP SCHEMA before committing an unfamiliar filter.",
    "example": "LIST PERMISSIONS WHERE PRINCIPAL IS \"acme.com\" LIMIT 10",
    "help": "HELP PERMISSIONS"
  },
  "_meta": {
    "epoch": 1
  }
}

Certificate · Playground · What you can ask