Skip to main content
GET
Get model summary

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

model_id
string
workbench_model_version_id
string

Response

Successfully fetched the Model summary.

Model Dashboard Item to be sent in the list models API response.

createdAt
integer
required

Creation timestamp of a Model.

dataDriftChecks
object[]
required

Data Drift scheduled check runs.

id
string
required

Model's Unique Identifier.

isDataDriftCheckScheduled
boolean
required

Is the Data Drift check for the model scheduled?

isModelQualityCheckScheduled
boolean
required

Is the Model Quality check for the model scheduled?

modelQualityChecks
object[]
required

Model Quality scheduled check runs.

modelStatus
enum<string>
required

Model's Registration status.

Available options:
draft,
created,
deleted
modelType
enum<string>
required

Model's Type.

Available options:
classification,
regression
name
string
required

Model's Name.

version
string
required

Model's Version.

permissions
Model Dashboard Item Permissions · object

Permission metadata required for a model dashbord item response

sourceType
enum<string>

Source for the model registration.

Available options:
domino_workbench,
standalone
tags
Model Tag · object[]

List of tags associated with the model

Last modified on August 19, 2026