{
"opencollection": "1.0.0",
"info": {
"name": "Coveo Activity Activities Model Detailed Info API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize",
"accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"items": [
{
"info": {
"name": "Model Detailed Info",
"type": "folder"
},
"items": [
{
"info": {
"name": "Fetch Model",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/machinelearning/configuration/modeldetailedinfo/:modelId",
"params": [
{
"name": "organizationId",
"value": "mycoveocloudv2organizationg8tp8wu3",
"type": "path",
"description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/).
**Example:** `mycoveocloudv2organizationg8tp8wu3`"
},
{
"name": "modelId",
"value": "My_Model_ID",
"type": "path",
"description": "The unique identifier of the target machine learning model.
**Example:** `My_Model_ID`"
}
]
},
"docs": "Fetch the model corresponding to the specified model ID.
Privilege required
\n```\n{\"owner\":\"COVEO_ML\",\"targetDomain\":\"MODELS\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n "
}
]
}
],
"bundled": true
}