In-app assistant
POST /assistant/sessions/{id}/retry Session or API key
Resume after a failed turn, without adding another user message.
Re-runs the loop over the existing history (no body) — the same SSE shape as .../messages. 409 "nothing to retry" when the session has no prior user message.
Path parameters
idstring (UUID) required- The session id.
curl -N -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/retry" -H "Authorization: Bearer $HIREALL_API_KEY"