API Reference
Get Graph
Get a graph by name.
This endpoint retrieves a graph by its name if the user has access to it.
Args: name: Name of the graph to retrieve auth: Authentication context folder_name: Optional folder to scope the operation to end_user_id: Optional end-user ID to scope the operation to
Returns: Graph: The requested graph object
GET
Headers
Path Parameters
Response
200
application/json
Successful Response
Represents a knowledge graph
Represents an entity in a knowledge graph
Represents a relationship between entities in a knowledge graph
Was this page helpful?