autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

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

Use HELP SCHEMA before committing an unfamiliar filter.

Try: LIST LINKS LIMIT 10

Valid here: DST_FILE_ID, LINK_TYPE, SRC_FILE_ID

read HELP LINKS

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

Certificate · Playground · What you can ask