Knowledge Graph Operations
list_graphs
List all graphs the user has access to
Parameters
None
Returns
List[Graph]
: List of graph objects
Examples
Graph Properties
Each Graph
object in the returned list has the following properties:
id
(str): Unique graph identifiername
(str): Graph nameentities
(List[Entity]): List of entities in the graphrelationships
(List[Relationship]): List of relationships in the graphmetadata
(Dict[str, Any]): Graph metadatadocument_ids
(List[str]): Source document IDsfilters
(Dict[str, Any], optional): Document filters used to create the graphcreated_at
(datetime): Creation timestampupdated_at
(datetime): Last update timestampowner
(Dict[str, str]): Graph owner informationaccess_control
(Dict[str, List[str]]): Access control information