In-app assistant
GET /assistant/sessions 工作階段或 API 金鑰
List your chat conversations, newest activity first.
Tailoring conversations are not chats — each belongs to a CV — so they never appear here.
curl "https://freehire.me/api/v1/assistant/sessions" -H "Authorization: Bearer $FREEHIRE_API_KEY"{
"data": [
{ "id": "b2f1c2b0-6e2a-4c9e-9c2e-0a1b2c3d4e5f", "preset": "chat", "label": "Relocating to Berlin?" }
],
"meta": { "total": 1 }
}