read

Query relation tuples

Get all relation tuples that match the query. Only the namespace field is required.

get/relation-tuples

Query parameters

page_tokenstring
page_sizeinteger
namespacestring

Namespace of the Relation Tuple

objectstring

Object of the Relation Tuple

relationstring

Relation of the Relation Tuple

subject_idstring

SubjectID of the Relation Tuple

subject_set.namespacestring

Namespace of the Subject Set

subject_set.objectstring

Object of the Subject Set

subject_set.relationstring

Relation of the Subject Set

Response

getRelationTuplesResponse

next_page_tokenstring

The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page.

Changes