Skip to main content
GET
Get a model

Authorizations

Authorization
string
header
required

OAuth 2.0 Client Credentials flow. The tokenUrl shown is for the production environment. For other environments, replace prod with the target environment name (e.g., auth.staging.oleria.io for staging).

Path Parameters

model_name
string
required

The unique name of the semantic model. Must be lowercase alphanumeric with underscores or hyphens.

Response

Full OSI semantic model definition

Top-level container representing a complete semantic model

name
string
required

Unique identifier for the semantic model

datasets
object[]
required

Collection of logical datasets

Minimum array length: 1
description
string

Human-readable description

ai_context

Additional context for AI tools

relationships
object[]

Defines how datasets are connected

metrics
object[]

Quantifiable measures spanning datasets

custom_extensions
object[]