Get all AI monitors for user
Get all AI Search Watcher brand monitors owned by your account. Each monitor describes a brand being tracked across AI answer engines — its name, domain, configured AI models and current visibility metrics. Use GET /v3/aiwatcher/monitor/{id} for the full details and analytics of a specific monitor.
Authorization
ApiKeyAuth x-access-token<token>
Your Mangools API key
In: header
Response Body
application/json
curl -X GET "https://api.mangools.com/v3/v3/aiwatcher/monitors"{
"monitors": [
{
"_id": "string",
"user_id": "string",
"creator": "string",
"location_id": 0,
"language_id": 0,
"platform_id": 0,
"brand": "string",
"brandVariations": [
"string"
],
"domain": "string",
"perception": "string",
"perceptions": {
"property1": "string",
"property2": "string"
},
"models": [
0
],
"history": {
"property1": {
"state": "PREPARE",
"updatedAt": 0,
"error": "string",
"aggregatedStats": {
"overall": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
},
"byModel": {
"property1": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
},
"property2": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
}
},
"byPrompt": {
"property1": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
},
"property2": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
}
}
}
},
"property2": {
"state": "PREPARE",
"updatedAt": 0,
"error": "string",
"aggregatedStats": {
"overall": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
},
"byModel": {
"property1": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
},
"property2": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
}
},
"byPrompt": {
"property1": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
},
"property2": {
"avgVisibility": 0,
"avgPosition": 0,
"avgScore": 0,
"totalCost": 0,
"cost": 0,
"topBrands": [
{
"recommendation": "string",
"avgScore": 0,
"avgVisibility": 0,
"avgPosition": 0,
"frequency": 0,
"isMatch": true
}
]
}
}
}
}
},
"has_pending_changes": true,
"perception_stale": true,
"share_token": "string",
"created_at": 0,
"updated_at": 0,
"deleted_at": 0
}
]
}Empty
Empty