Primitive
atom.query
BETAShort name: query
Version: 1.0.0
System primitive that queries atoms with constrained matcher filters and caller-selected sort.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| filter | object | false | Constrained matcher over top-level data.<field>.value paths. |
| isPublic | boolean | false | - |
| lexemeId | objectId | false | - |
| limit | number | false | Results per page. Defaults to 20; maximum 100. |
| organizationAtomId | objectId | false | - |
| page | number | false | 1-indexed page number. |
| personalOnly | boolean | false | - |
| sandboxSessionId | string | false | - |
| scope | string | false | Visibility scope: "own", "share", or "all". |
| sortBy | string | false | updatedAt, createdAt, or data.<field>.value. |
| sortOrder | string | false | asc or desc. Defaults to desc. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| atoms | array | false | - |
| pagination | object | false | - |