Skip to main content
GET
Get endpoint by id

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointId
string
required

The ID of the endpoint to get

Response

Success

createdAt
string<date-time>
required

The time the endpoint was created

Example:

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

creator
object
required
generalAccess
enum<string>
required
Available options:
Restricted,
Viewer,
Consumer
id
string
required

The ID of the endpoint

Example:

"62313ce67a0af0281c01a6a5"

name
string
required

The name of the endpoint

Example:

"My Endpoint"

project
object
required
updatedAt
string<date-time>
required

The last time the endpoint was modified

Example:

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

url
string
required

The URL of the endpoint

Example:

"https://cloud-dogfood.domino.tech/endpoint/my-endpoint"

vanityUrl
string
required

The optional Vanity url for the Gen AI Endpoint. This will default to https://{domino-instance}/endpoints/{endpointName}

Example:

"https://cloud-dogfood.domino.tech/endpoints/my-endpoint"

currentVersion
object
description
string

The description of the endpoint

Example:

"My Endpoint Description"

instructions
string

The instructions for using the endpoint

Example:

"Use the endpoint to generate text"

requestCount
integer

The number of requests processed by the endpoint

Example:

100

Last modified on August 18, 2026