Resume a session
Interaction
Resume a session
Continue a paused session.
POST
Resume a session
Resumes a previously paused session. The agent picks up exactly where it left off.
Returns
202 Accepted. The resume command is delivered asynchronously.
Path parameters
The session ID.
Examples
Notes
- Resuming a session that is already
runningis a no-op (no error). - You can also resume a paused session implicitly by sending a message: the platform auto-resumes before delivering the message.
Errors
| Status | Cause |
|---|---|
404 | Session not found, or you don’t have access. |