Skip to main content
GET
Get a Gen AI Endpoint Version

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointId
string
required

The ID of the Gen AI Endpoint.

versionNumber
integer
required

The Number of the Gen AI Endpoint Version.

Response

The Gen AI Endpoint Version.

configuration
object
required
createdAt
string<date-time>
required

The time the endpoint was created

Example:

"2022-03-12T02:13:44.467Z"

creator
object
required
endpointId
string
required

The ID of the endpoint

Example:

"62313ce67a0af0281c01a6a5"

environment
object
required
hardwareTier
object
required
modelSource
object
required
modelType
enum<string>
required
Available options:
LLM,
Embedding,
OtherGenAI
number
integer
required

The version number of the endpoint

Example:

1

status
enum<string>
required
Available options:
Building,
BuildFailed,
Starting,
Running,
Stopping,
Stopped,
Failed,
Unknown
description
string

The description of the endpoint version

Example:

"My Endpoint Version Description"

executionId
string

The ID of the execution serving the endpoint, if present

Example:

"62313ce67a0af0281c01a6a5"

label
string

The label of the endpoint version

Example:

1

Last modified on June 26, 2026