v1
latestOpenAPI 3.1.02026-07-246113.7 KBGet Execution Screenshot
Retrieves a specific screenshot from an execution based on the provided index. Returns a presigned URL to access the screenshot. Supports both positive and negative indices, where negative indices count from the end of the screenshot list.
get/screenshot-remote/{executionId}/{index}
Path parameters
executionIdstring uuid required
The ID of the execution to get the screenshot from
indexinteger required
Index of the screenshot to retrieve. Can be positive (0-based from start) or negative (-1 for last screenshot, -2 for second to last, etc.)
Response
Screenshot URL retrieved successfully