Research Agent
Stop a Research Agent session
Request an asynchronous interrupt using the same stop action as the Elicit web interface.
Stopping does not delete or permanently close the session. The session remains visible and may be continued later. When the response status is stopping, poll the events endpoint until a session_stopped event appears.
The operation is idempotent. If the session is already stopped or failed, it returns the existing state with 200 OK.
Example
curl -X POST https://elicit.com/api/v2/sessions/agents/{sessionId}/stop \
-H "Authorization: Bearer elk_live_your_key_here"
post/sessions/agents/{sessionId}/stop
Path parameters
sessionIdstring uuid required
Response
The session had already stopped or failed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.