API Reference
Get Graph Visualization
Get graph visualization data.
This endpoint retrieves the nodes and links data needed for graph visualization. It works with both local and API-based graph services.
Args: name: Name of the graph to visualize 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: Dict: Visualization data containing nodes and links arrays
GET
Headers
Path Parameters
Query Parameters
Body
application/json
The body is of type string
.
The body is of type string
.
The body is of type string[]
.
Response
200
application/json
Successful Response
The response is of type object
.