Hanzo
OpenapiO11y

Returns every saved view in the calling user's org.

Returns every saved view in the calling user's org.

GET /v1/o11y/dashboard_views

Addresshttps://api.hanzo.ai/v1/o11y/dashboard_views
MethodGET
OperationListDashboardViews
AuthAuthorization: Bearer $HANZO_API_KEY

Returns every saved view in the calling user's org. Saved views are shared org-wide.

Callers need the viewer role; the runtime's own gate enforces it.

Request

GET /v1/o11y/dashboard_views takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11yDashboardViewListOutok

200 body — 13 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yDashboardViewList
data.viewsbodyo11y.O11yDashboardView[]Views are the saved views, shared org-wide.
data.views[].createdAtbodystring (date-time)CreatedAt is when the view was created.
data.views[].databodyo11y.O11yDashboardViewData
data.views[].data.orderbodystringOrder is the captured sort direction.
data.views[].data.querybodystringQuery is the captured filter DSL.
data.views[].data.sortbodystringSort is the captured sort field.
data.views[].data.versionbodystringVersion is the saved-view schema version; must be v1.
data.views[].idbodystringID is the saved view's id.
data.views[].namebodystringName is the saved view's name.
data.views[].orgIdbodystringOrgID is the org the view belongs to.
data.views[].updatedAtbodystring (date-time)UpdatedAt is when it last changed.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y dashboard_views list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page