Reproducible query — Product (shared drive)
LIST PERMISSIONS LIMIT 5
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.
| FILE_ID | PRINCIPAL | PRINCIPAL_TYPE | ROLE | INHERITED |
|---|---|---|---|---|
| fld_product | acme.com | domain | reader | yes |
| fld_product | alice@acme.com | user | organizer | no |
| fld_roadmap | acme.com | domain | reader | yes |
| doc_roadmap26 | acme.com | domain | reader | yes |
| doc_roadmap26 | bob@acme.com | user | writer | no |
Showing 5 of 31 matching rows — raise LIMIT for more.
Showing 5 of 31 matching rows (LIMIT applies; count is not the true total - use COUNT PERMISSIONS for that).
epoch 1source gdrive:permissionsas of 2026-09-14T21:44:11Ztransforms type-coercioncache hit
Raw envelope — what an app or agent receives
{
"ok": true,
"query": null,
"verb": "LIST",
"subject": "PERMISSIONS",
"data": {
"rows": [
{
"FILE_ID": "fld_product",
"PRINCIPAL": "acme.com",
"PRINCIPAL_TYPE": "domain",
"ROLE": "reader",
"INHERITED": "yes"
},
{
"FILE_ID": "fld_product",
"PRINCIPAL": "alice@acme.com",
"PRINCIPAL_TYPE": "user",
"ROLE": "organizer",
"INHERITED": "no"
},
{
"FILE_ID": "fld_roadmap",
"PRINCIPAL": "acme.com",
"PRINCIPAL_TYPE": "domain",
"ROLE": "reader",
"INHERITED": "yes"
},
{
"FILE_ID": "doc_roadmap26",
"PRINCIPAL": "acme.com",
"PRINCIPAL_TYPE": "domain",
"ROLE": "reader",
"INHERITED": "yes"
},
{
"FILE_ID": "doc_roadmap26",
"PRINCIPAL": "bob@acme.com",
"PRINCIPAL_TYPE": "user",
"ROLE": "writer",
"INHERITED": "no"
}
],
"count": 5,
"total": 31,
"limited": true
},
"_meta": {
"epoch": 1,
"provenance": {
"source": "gdrive:permissions",
"sync_id": "sync-fbaf01faca",
"source_freshness": "2026-09-14T21:44:11Z",
"representation_freshness": "2026-09-14T21:44:11Z",
"resolved_fields": [],
"transforms": [
"type-coercion"
]
},
"related": [
"COUNT PERMISSIONS",
"COUNT PERMISSIONS BY PRINCIPAL"
],
"hints": [
"Showing 5 of 31 matching rows (LIMIT applies; count is not the true total - use COUNT PERMISSIONS for that)."
],
"cache": "hit"
}
}