Get graph statistics
GET/graphs/:id/stats
Returns aggregated node or edge counts for a graph, grouped by the requested dimensions. Supported group_by values: entity_type, run_id, edge_type. Mixing edge_type with entity_type or run_id is not allowed.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OK
Unknown or conflicting group_by dimensions
Unauthorized
Graph not found
Internal server error