Get session replay metadata
Session replay
Get session replay metadata
Return the application, device, session bounds, and views recorded for a replayable session.
POST
Get session replay metadata
Restrictions
Usage
- Returns
InvalidParameterif the session does not exist, or if it has no replay data recorded (session_has_replayis false). - Returns
InvalidParameterif no views are found within the session’s time window. - Pass
tsto disambiguate when asession_idhas been reused across different time windows.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
application/json
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.