Skip to main content
GET
Downloads the trajectory for a completed browsing task.

Output Formats

Use the output_type query parameter to choose between two formats:

JSON (default)

Returns a JSON object with base64-encoded images:

ZIP

Returns a downloadable ZIP archive containing:
  • trajectory.json
  • step_001.webp, step_002.webp, … - Screenshot images in WEBP format

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Query Parameters

output_type
enum<string>
default:json

Output format: 'json' or 'zip'

Available options:
json,
zip

Response

Successful Response