Read Attributes
Read API allows for directly querying the stored graph data to display and filter stored attributes.
Path Parameters
Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.
Body
AttributeReadRequestMetadata defines the structure for the metadata of an attribute read request. It includes the snap_token associated with a particular state of the database.
AttributeFilter is used to filter attributes based on the entity and attribute names.
page_size specifies the number of results to return in a single page. If more results are available, a continuous_token is included in the response.
continuous_token is used in case of paginated reads to get the next page of results.
Response
attributes is a list of the attributes retrieved in the read operation.
continuous_token is used in the case of paginated reads to retrieve the next page of results.