Skip to main content
GET
Retrieve a specific Model Deployment

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

modelDeploymentId
string
required

The id of the Model Deployment to retrieve

Response

Model Deployment with the requested id.

Model Deployment

collaborators
object[]
required

List of collaborators, if any

configuration
object
required

The Model Deployment configuration

creationTimestamp
string<date-time>
required
Example:

"2023-07-15T14:35:47.89Z"

creatorInfo
object
required

Information about the creator of a Model Deployment

deploymentTargetInfo
object
required

Information about a Deployment Target and its corresponding Deployment Target Type

description
string
required
Example:

"This endpoint is designed to provide businesses with insights into their customer retention patterns."

id
string
required

The id of the Model Deployment.

Example:

"614e40a7-0509-4cae-89af-55e2097b817d"

isGloballyAccessible
boolean
required

Whether the Model Deployment is viewable by Domino Users who are not collaborators

models
object[]
required

Models associated with this Model Deployment.

name
string
required
Example:

"Income Classifier Deployment"

resourceConfigurationInfo
object
required

Information about a Resource Configuration

version
integer
required
Example:

23

remoteUpdateTimestamp
string<date-time>
Example:

"2023-07-16T19:20:30.45Z"

status
object

The Model Deployment status

Last modified on August 18, 2026