curl --request GET \
--url https://api.example.com/api/career/recommend/jobs/feedback/stats{
"negative_events": 1,
"neutral_events": 1,
"positive_events": 1,
"total_events": 1,
"top_jobs": [
{
"job_id": "<string>",
"total_events": 1
}
]
}Return recommendation interaction analytics derived from persisted events.
curl --request GET \
--url https://api.example.com/api/career/recommend/jobs/feedback/stats{
"negative_events": 1,
"neutral_events": 1,
"positive_events": 1,
"total_events": 1,
"top_jobs": [
{
"job_id": "<string>",
"total_events": 1
}
]
}Top jobs to include in analytics
1 <= x <= 20Successful Response
Summary analytics for recommendation interactions.