Job interactions
GET /me/tracking/analyses Session or API key
Jobs you have run the AI match analysis on.
Newest first, closed jobs included (with closed: true). Each item carries the overall score and verdict; stale marks an analysis whose CV, job, or model has changed since. meta.allowance reports where you stand on the day’s analyses. Never runs the LLM.
curl "https://freehire.me/api/v1/me/tracking/analyses" -H "Authorization: Bearer $HIREALL_API_KEY"{
"data": [
{
"slug": "senior-go-engineer-acme-1a2b",
"title": "Senior Go Engineer",
"company": "Acme",
"closed": false,
"overall_score": 82,
"verdict": "Strong Fit",
"analysed_at": "2026-07-11T10:00:00Z",
"stale": false
}
],
"meta": { "allowance": { "feature": "match", "used": 1, "limit": 3, "unlimited": false, "enforced": false, "resets_at": "2026-09-01T00:00:00Z" } }
}