v1

latestOpenAPI 3.1.12026-07-17146175447.5 KB

Stop the active hackbrowser run for a session

Cancels an in-flight hackbrowser crawl. The agent finishes the current page's pending tasks (graceful exit), closes the browser, and transitions HackbrowserStatus to completed with whatever was captured so far. Returns false when no hackbrowser run is active for this session.

post/session/{sessionID}/hackbrowser/stop

Path parameters

sessionIDstring required

Query parameters

directorystring

Response

true when a run was cancelled, false when no active run

boolean required