Hyperbrowser · Arazzo Workflow
Hyperbrowser Session Recording Retrieval
Version 1.0.0
Create a recorded browser session, stop it, then poll for the recording URL.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402ArazzoWorkflows
Provider
Workflows
session-recording-retrieval
Record a browser session and retrieve its replay URL once finalized.
Creates a session with recording enabled, stops it to trigger recording finalization, and polls for the completed recording URL.
1
createSession
post-api-session
Create a session with web recording enabled so a replay is captured for the lifetime of the browser session.
2
stopSession
put-api-session-id-stop
Stop the session, which finalizes the recording so it can be fetched from the recording-url endpoint.
3
pollRecording
get-api-session-id-recording-url
Poll the recording URL endpoint. The recording status moves through pending and in_progress before reaching completed; branch back and retry while it is still being processed.