---
title: "Get Task Screenshot"
method: GET
path: "/tasks/{task_id}/screenshots/{index}"
tags: ["Tasks"]
---

# Get Task Screenshot

`GET /tasks/{task_id}/screenshots/{index}`

Get a specific screenshot by index.

## Path parameters

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

## Response `200`

Successful Response

- MediaResponse
  - `url` string, required — The URL of the media

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
