API Reference · Agent Tasks

Fetch the run recording of a browser task

Browser tasks are recorded as an MP4 (the agent screencasts the page it drives and uploads the video when the run settles). This endpoint resolves the task's recording and responds `302 Found` with a short-lived presigned URL in `Location` — follow the redirect to stream the video. The URL expires after a few minutes; re-request this endpoint for a fresh one. 404 until the run has settled with a recording (recording can be disabled per agent, and a failed capture degrades to no video).

GET/v1/tenants/{name}/tasks/{taskId}/recording

Authorization

x-api-keystringrequired
Your per-workspace API key, e.g. llc_AbC123…. Also accepted as Authorization: Bearer <key>. Mint keys on your workspace's API keys page — each key belongs to one workspace.

Path parameters

namestringrequired
Workspace (tenant) name.
taskIdstringrequired

Response

200

curl https://api.live-llm.com/v1/tenants/acme/tasks/taskId/recording \
  -H "x-api-key: $LIVELLM_KEY"
Try itGEThttps://api.live-llm.com/v1/tenants/{name}/tasks/{taskId}/recording
Fill required path params: name, taskId.
Example response200
No response body.