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
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
}