v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-03-27193380.5 KB
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

taskIdstring required

A unique identifier for the task.

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"
}