Organization
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
Analytical Objects
Reporting
    Usage
    Computation
    Smart Functions
    Entitlement
    Reporting - Settings
    Cache usage
    LLM Endpoints
      Get all LLM endpoint entitiesgetPost LLM endpoint entitiespostGet LLM endpoint entitygetPUT LLM endpoint entityputDelete LLM endpoint entitydeletePatch LLM endpoint entitypatch
Export & Automations
AI Lake
Other
Schemas
powered by Zudoku
OpenAPI definition

LLM Endpoints

Endpoint:/

deprecated

Get all LLM endpoint entities

GET
/api/v1/entities/llmEndpoints

Will be soon removed and replaced by LlmProvider.

Get all LLM endpoint entities › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

  • pageinteger

    Zero-based page index (0..N)

    Default: 0
  • sizeinteger

    The size of the page to be returned

    Default: 20
  • sortstring[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

  • metaIncludestring[] · unique · style: form

    Include Meta objects.

    Included meta objects

    Enum values:
    page
    all
    ALL

Get all LLM endpoint entities › Responses

Request successfully processed

  • dataobject[] · unique · required
  • linksobject
  • metaobject
GET /api/v1/entities/llmEndpoints

deprecated

Post LLM endpoint entities

POST
/api/v1/entities/llmEndpoints

Will be soon removed and replaced by LlmProvider.

Post LLM endpoint entities › Request Body

  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

Post LLM endpoint entities › Responses

Request successfully processed

  • linksobject
  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

POST /api/v1/entities/llmEndpoints

deprecated

Get LLM endpoint entity

GET
/api/v1/entities/llmEndpoints/{id}

Will be soon removed and replaced by LlmProvider.

Get LLM endpoint entity › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Get LLM endpoint entity › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Get LLM endpoint entity › Responses

Request successfully processed

  • linksobject
  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

GET /api/v1/entities/llmEndpoints/{id}

deprecated

PUT LLM endpoint entity

PUT
/api/v1/entities/llmEndpoints/{id}

Will be soon removed and replaced by LlmProvider.

PUT LLM endpoint entity › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

PUT LLM endpoint entity › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

PUT LLM endpoint entity › Request Body

  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

PUT LLM endpoint entity › Responses

Request successfully processed

  • linksobject
  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

PUT /api/v1/entities/llmEndpoints/{id}

deprecated

Delete LLM endpoint entity

DELETE
/api/v1/entities/llmEndpoints/{id}

Will be soon removed and replaced by LlmProvider.

Delete LLM endpoint entity › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Delete LLM endpoint entity › Responses

Successfully deleted

No data returned
DELETE /api/v1/entities/llmEndpoints/{id}

deprecated

Patch LLM endpoint entity

PATCH
/api/v1/entities/llmEndpoints/{id}

Will be soon removed and replaced by LlmProvider.

Patch LLM endpoint entity › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Patch LLM endpoint entity › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Patch LLM endpoint entity › Request Body

  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

Patch LLM endpoint entity › Responses

Request successfully processed

  • linksobject
  • dataobject · deprecated · required

    Will be soon removed and replaced by LlmProvider.

PATCH /api/v1/entities/llmEndpoints/{id}

Cache usageAutomations