GET
/
customers
/
{CUSTOMER_ID}
/
ai
/
models
/
{MODEL_ID}
GET ModelId
curl --request GET \
  --url https:/api.lucidworks.com/customers/{CUSTOMER_ID}/ai/models/{MODEL_ID} \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "id": "<string>",
  "modelType": "<string>",
  "description": "<string>",
  "state": "<string>"
}

Path Parameters

CUSTOMER_ID
string
required

Unique identifier derived from confidential client information.

MODEL_ID
string
required

Unique identifier for the model.

Query Parameters

metrics
boolean

Information about the metrics returned in the response.

Response

200 - application/json

OK

The response is of type object.