You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Sessions API: Added a new POST /v1/sessions/get endpoint for inspecting the current state of a hosted browser session (status, CDP URL, live view URL). Useful for polling sessions that are still queued or starting up.
Recording URL retrieval: The Libretto Cloud provider now fetches recording URLs via the dedicated /v1/recordings/get endpoint after closing a session, replacing the previous approach of reading the URL directly from the close or session response.
Documentation: The Libretto Cloud API reference now includes a dedicated Recordings page, and recording_url has been removed from the sessions/create, sessions/close, jobs/get, and jobs/debugReport response field documentation in favour of directing users to the new recordings endpoint.