Skip to main content
GET
Get all active Gateway LLMs accessible by the user

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

offset
integer

How many Endpoints from the start to skip. Defaults to 0.

limit
integer

Max number of Endpoints to fetch. Defaults to fetching all.

sortByField
enum<string>

The field by which to sort the list of returned endpoints. Defaults to creation date

Available options:
creationDate,
endpointName,
endpointType,
modelProvider,
modelName
shouldSortAscending
boolean

Boolean whether to sort Endpoints ascending or descending. Defaults to false (descending).

searchFilter
string

Search string by which to filter the list of returned endpoints

Response

Success

endpoints
object[]
required
metadata
object
required
Last modified on August 18, 2026