---
title: "Get Execution Screenshot"
method: GET
path: "/screenshot-remote/{executionId}/{index}"
---

# Get Execution Screenshot

`GET /screenshot-remote/{executionId}/{index}`

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.

## Path parameters

- `executionId` string, uuid, required
- `index` integer, required

## Response `200`

Screenshot URL retrieved successfully

- object
  - `screenshotUrl` string, required — Presigned URL to access the screenshot

## Other responses

- `400` — Bad request - invalid execution ID or index format
- `401` — Unauthorized - invalid or missing authentication
- `403` — Forbidden - user doesn't have permission to access this execution
- `404` — Not found - execution not found, no screenshots available, or index out of range
- `429` — Too many requests - rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/sola-solutions/apis/sola-execution-api.md) · [All operations](https://skmtc.net/sola-solutions/apis/sola-execution-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sola-solutions/sola-execution-api/versions/144bf308665b/schema)
