cURL
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>" }
Returns information about a specific modelId.
modelId
Unique identifier derived from confidential client information.
Unique identifier for the model.
Information about the metrics returned in the response.
GET https://api.lucidworks.dev/customers/{CUSTOMER_ID}/ai/models/{MODEL_ID}
OK
The response is of type object.
object
Was this page helpful?