Get Execution Media

Get workflow execution media (screenshots) with presigned URLs.

This endpoint returns media URLs for completed executions. Screenshots are returned with presigned S3 URLs for direct access from the frontend. Should be called when execution status is ‘completed’, ‘failed’, or ‘cancelled’.

Authentication

X-Browser-Use-API-Keystring
API Key authentication via header

Path Parameters

execution_idstringRequiredformat: "uuid"

Response

Successful Response
stepslist of objects or null
List of steps with media URLs

Errors