Get Semantic Model Metadata
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_id
Response
Successful Response
cubes
All meta entries (cubes + views) in author order. Each entry has a ‘type’ field — ‘cube’ or ‘view’.
views
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
