Job interactions
GET /me/tracking/pipeline Session or API key
Your application-pipeline snapshot (counts per stage bucket).
The total application count and its distribution across the seven status buckets, aggregated server-side over all of your applications.
curl "https://freehire.dev/api/v1/me/tracking/pipeline" -H "Authorization: Bearer $FREEHIRE_API_KEY"{
"data": {
"applications": 12,
"buckets": {
"no_answer": 4,
"in_progress": 3,
"interviewing": 2,
"offer": 1,
"accepted": 1,
"rejected": 1,
"declined": 0
}
}
}