- Models
- Get a Model
Models
Get a Model
This endpoint retrieves the status of a specific model.
GET
/projects/{projectName}/models/{modelName}
X-API-KEY*
curl --request GET \
--url https://alpha.mindsdb.com/projects/{projectName}/models/{modelName} \
--header 'X-API-KEY: AUTH_VALUE'
curl --request GET \
--url https://alpha.mindsdb.com/projects/{projectName}/models/{modelName} \
--header 'X-API-KEY: AUTH_VALUE'