Skip to main content
Base path: http://localhost:3333/api/kiwi.

List views

Get or save a view

Returns the full View object (name, query, layout, optional columns, filters, sort, group_by).
Body is a View JSON object. The server forces name to match the URL parameter.

Delete a view

Returns { "status": "deleted" }.

Execute a view

Runs the view’s DQL query through the Dataview executor, applies optional column formulas, and returns the query result payload (rows plus metadata from the executor). Returns 503 if the Dataview executor is unavailable.

MCP parity

See kiwi_views_list, kiwi_views_get, kiwi_views_save, kiwi_views_delete, and kiwi_views_execute in MCP.
Last modified on May 14, 2026