Graph

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/graph/{name}/visualization

Path parameters

namestring required

Query parameters

string
OR
string[]
end_user_idstring nullable

Headers

authorizationstring

Response

Successful Response

object required

Changes