Get recordings and screenshots associated with the task
cURL
curl --request GET \ --url https://api.raccoonai.tech/lam/tasks/{taskId}/media \ --header 'raccoon-secret-key: <api-key>'
{ "media": [ { "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": "session123" } ], "taskId": "task-abcde" }
The ID of the task
Successful Response
The response is of type object.
object
Was this page helpful?