Product documentation

Session and queue statuses

StateMeaningUser action
QueuedThe request is waiting; a queue position can be shown when returnedWait, or cancel if the control is available
RejectedThe request did not enter or continue executionRead the returned message and retry only when appropriate
CanceledThe queued or streaming request was canceledSubmit a new request if needed
StreamingResponse events are still arrivingWait or use Cancel
CompletedThe response reached a terminal success stateReview the answer and optional evidence
Failed or interruptedExecution or transport ended with an errorUse the visible retry/recovery path; there is no universal Resume button

Queue state belongs to a request, not to the existence of the Session itself.

Last verified: 2026-08-18Initial draft complete