Get a custom view’s metadata + render bundle (experimental)
Get a custom view’s metadata + render bundle (experimental)
⚠️ **Experimental** — this endpoint may change or be removed without notice and is not subject to v2 backwards-compatibility guarantees. Do not build production-critical integrations against it yet.
Returns the view's name, status, query ids, and the author render bundle for the owning organization (DRAFT or PUBLISHED). Used by the trusted preview/embed frame to render the sandbox; the per-customer data is fetched separately via /:displayId/data.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
displayId
Response
200
displayId
name
description
status
queryIds
Ids of the result sets the render bundle will receive.
renderBundle
Self-contained HTML document rendered inside the isolated sandbox iframe.
period
The view's current default date range, or null if it uses no adjustable period.
scope
‘customer’: data is scoped to one viewing customer and the view is embeddable per-customer. ‘organization’: data is org-wide and the view is internal-only.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error