Retrieve usage analytics for an answer engine.
Path Parameters:
engine_id: Unique identifier of the answer engineReturns:
answer_engine_id: ID of the engineanalytics: Usage statisticsRaises:
404: Engine not foundExample Request:
curl https://api.nugen.in/api/v3/answer-engine/ae_80864e5e9c/analytics \
-H "Authorization: Bearer <api_key>"
Example Response:
{
"answer_engine_id": "ae_80864e5e9c",
"analytics": {
"total_queries": 10,
"total_threads": 4,
"total_responses": 9,
"avg_queries_per_thread": 2.5,
"vanilla_queries": 0,
"agentic_queries": 10
}
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique answer engine identifier