latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

ai-model-controller

Get AI model by ID (getAiModelById)

Fetches an AI model record by its id.

Available for users with 'TENANT_ADMIN' authority.

get/api/ai/model/{modelUuid}

Path parameters

modelUuidstring uuid required

ID of the AI model record

Response

OK

versioninteger required

Version of the AI model record; increments automatically whenever the record is changed

namestring required

Display name for this AI model configuration; not the technical model identifier

createdTimeinteger

Entity creation timestamp in milliseconds since Unix epoch

Example response

{
  "tenantId": {
    "id": "784f394c-42b6-435a-983c-b7beff2784f9",
    "entityType": "TENANT"
  },
  "version": 7,
  "name": "Fast and cost-efficient model",
  "id": {
    "id": "784f394c-42b6-435a-983c-b7beff2784f9",
    "entityType": "AI_MODEL"
  },
  "createdTime": 1746028547220
}