---
title: "Get final screenshot"
method: GET
path: "/api/v1/final_screenshot"
tags: ["task_details"]
---

# Get final screenshot

`GET /api/v1/final_screenshot`

Returns the base64-encoded final screenshot of the task, if available.

## Query parameters

- `task_id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- FinalScreenshotResponse
  - `success` boolean, required
  - `final_screenshot` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.net/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/versions/33136ddc9984/schema)
