Create Session Recording Downloads
Requests one downloadable MP4 per recorded page of a session. Assembly runs asynchronously and every page returns as PENDING. Re-posting re-enqueues all pages and retries any that failed. Poll the GET endpoint for per-page status and, on standard (non-BYOS) projects, download URLs.
post/v1/sessions/{id}/recording/downloads
Path parameters
idstring uuid required
Session ID
Response
Downloads enqueued. Poll the GET endpoint for status.
Changes
Changed in 2 of the 72 revisions of this API.2
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○