Overview
Views generate structured outputs from datasources, datasets, models, and deployed models.
Use them to inspect data, understand model structure, query deployed models, and explain predictions. Each view is generated from the artefact it belongs to.
For deployed models, views are also the inference interface: generating a deployed model view can return predictions, explanations, diagnostics, or evaluation outputs depending on the selected view.
How views work
Choose a view
Generate one or more views
View endpoints can generate one or multiple views in a single request.
The platform supports view generation for:
A successful request can return the generated view directly. If the view is accepted for asynchronous processing, the response includes a Location header that points to the endpoint where the result can be retrieved.
Response structure
Most views follow a common response structure built around tabular data.
The exact fields depend on the view, but the shared structure makes view responses easier to parse, display, and compare across workflows.
See Response structure for the common response format.
Caching and freshness
Views may be cached to improve response time when the same view is requested again.
Most requests should leave cache control unset. Use X-Views-Cache-Control only when you need to control freshness or prevent a generated view from being stored.

