LAM
Get Task Media Endpoint
get/lam/tasks/{taskId}/media
Path parameters
taskIdstring required
The ID of the task
The ID of the task
Response
Successful Response
Example response
{
"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"
}