Resume the standing goal
POST /v1/chat/sessions/:id/goal/resume — Resume a paused goal. Resets the turn budget so the goal gets a fresh run of turns.
POST /v1/chat/sessions/:id/goal/resume
Resume a paused goal. Resets the turn budget so the goal gets a fresh run of turns.
| Method | POST |
| Path | /v1/chat/sessions/:id/goal/resume |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | chat |
Response body
{ "ok": true, "goal": { "status": "active", "turnsUsed": 0 } }