Query Builder Results
Examples and descriptions for query builder responses
Depending on the request, query results can be returned as a collection of entities (nodes), a numeric value, or a timestamp.
Requesting a query result will return the result value, which can be a total number of results, the node details, or a timestamp. To return a paginated list of node details instead, use Get Query Nodes.
Sample Response: Get Nodes
Sample Response: Get Result
Field | Type | Description |
---|---|---|
| string | Indicates whether the query returns nodes details, node count, or timestamp. |
| array | Contains node details (see below) |
| string | The count of nodes in the query results. |
| string | Not currently supported |
| string | The type of nodes returned in the search results. |
| string | Pagination token |
| boolean | Indicates if more results are available |
Node details
The node values
contain individual entity details, including any properties
Veza has discovered such as manager
or date_created
:
Field | Type | Description |
---|---|---|
| string | The node's UUID in the Veza data catalog |
| string | The node type. |
| dict | List of any entity properties, as key:value pairs |
| int | For |
| array | The permissions a source node has to the destination resource. |
Last updated