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 entityput/api/v1/entities/llmEndpoints/{id}deletePatch LLM endpoint entitypatch
Export & Automations
Other
Schemas
powered by Zudoku
OpenAPI definition

LLM Endpoints (3.51)

Endpoint:/

Get all LLM endpoint entities

GET
/api/v1/entities/llmEndpoints

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

Post LLM endpoint entities

POST
/api/v1/entities/llmEndpoints

Post LLM endpoint entities › Request Body

  • dataobject · required

    JSON:API representation of llmEndpoint entity.

Post LLM endpoint entities › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of llmEndpoint entity.

  • linksobject
POST /api/v1/entities/llmEndpoints

Get LLM endpoint entity

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

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

  • dataobject · required

    JSON:API representation of llmEndpoint entity.

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

PUT LLM endpoint entity

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

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 · required

    JSON:API representation of llmEndpoint entity.

PUT LLM endpoint entity › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of llmEndpoint entity.

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

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

path Parameters

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

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').

Responses

Successfully deleted

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

Patch LLM endpoint entity

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

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 · required

    JSON:API representation of patching llmEndpoint entity.

Patch LLM endpoint entity › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of llmEndpoint entity.

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

Cache usageAutomations