Skip to main content

get_visualize

Function get_visualize 

Source
pub async fn get_visualize(
    user: AuthenticatedUser,
    __arg1: State<AppState>,
    __arg2: Query<VisualizeQueryDTO>,
) -> Result<Html<String>, ApiError>
Expand description

GET /api/v1/visualize?dataset_id=<uuid> — render a single-dataset HTML.

Permission denied, dataset not found, graph DB read errors, render failures — all collapse into a 409 with the {error} envelope. Python parity quirk; see module docs.