Shows the status of the model. If the status is completed, shows the parameters used to train the model.
Success
The response for a failed request.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/context/entitymatching/{id}' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "id": 1,
- "externalId": "my.known.id",
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "name": "simple_model_1",
- "description": "Simple model 1",
- "featureType": "simple",
- "matchFields": [
- {
- "source": "name",
- "target": "name"
}, - {
- "source": "name",
- "target": "someField"
}
], - "ignoreMissingFields": true,
- "classifier": "randomforest",
- "originalId": 111
}