Get recordings and screenshots associated with the session
cURL
curl --request GET \ --url https://api.raccoonai.tech/sessions/{sessionId}/media \ --header 'raccoon-secret-key: <api-key>'
{ "actions": [ { "action": "click", "index": 1, "screenshot": "https://example.com/screenshot1.png" } ], "recordings": [ { "pageTitle": "Example Page", "pageUrl": "https://example.com", "url": "https://example.com/recording1.webm" } ], "sessionId": "session-12345" }
The ID of the session
Successful Response
The response is of type object.
object
Was this page helpful?