Get Semantic Model Metadata

Beta
Get metadata for a semantic model including all cubes, measures, dimensions, segments, and joins.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired

Response

Successful Response
cubeslist of maps from strings to any

All meta entries (cubes + views) in author order. Each entry has a ‘type’ field — ‘cube’ or ‘view’.

viewslist of maps from strings to any

View-only subset of ‘cubes’ for convenience. Empty when no views are defined.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
502
Bad Gateway Error