---
title: "Get specific AI model belonging to the user"
method: GET
path: "/ai/models/{aiModelId}"
tags: ["AI Models"]
---

# Get specific AI model belonging to the user

`GET /ai/models/{aiModelId}`

## Path parameters

- `aiModelId` string, uuid, required

## Response `200`

AI model

- AiUserModel
  - `analysisType` string — Possible values are STATIC_ANALYSIS, INCOMPRESSIBLE, COUPLED_CONJUGATE_HEAT_TRANSFER and EMBEDDED_BOUNDARY
  - `name` string
  - `predictorComponent` string — Possible values are navasto and ai-solver-kickstart
  - `sharedWithOrganization` boolean
  - `templateName` string — Possible values are fea_template, cfd_template, chtv2ibm_template, spec_id and spec_and_tesselation
  - `templateParameters` object
  - `aiModelId` string, uuid

## Other responses

- `403` — Insufficient permissions
- `404` — Element was not found

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
