Skip to main content
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

id
string
required
The session ID.

Examples


Notes

  • Resuming a session that is already running is accepted (202) and safe.
  • You can also resume a paused session implicitly by sending a message: the platform auto-resumes before delivering the message. This applies to paused sessions only; messages to a queued session are buffered until it starts.

Errors