LAM
Task Media
Get recordings and screenshots associated with the task
GET
Authorizations
Path Parameters
The ID of the task
Response
200
application/json
Successful Response
A list of media data, including actions and recordings.
Example:
[
{
"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"
}
]
A unique identifier for the task.
Example:
"task-abcde"
Was this page helpful?