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

displayIdstringRequired

Response

200
displayIdstring
namestring
descriptionstring or null
statusenum
queryIdslist of strings
Ids of the result sets the render bundle will receive.
renderBundlestring

Self-contained HTML document rendered inside the isolated sandbox iframe.

periodobject or null
The view's current default date range, or null if it uses no adjustable period.
scopeenum

‘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