---
title: "Get Task Run GIF"
method: GET
path: "/task/{taskId}/run/gif"
---

# Get Task Run GIF

`GET /task/{taskId}/run/gif`

Get the GIF for a specific task run

## Path parameters

- `taskId` string, required

## Query parameters

- `runId` string

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object
    - `status` string — Status of the GIF generation
    - `url` string — URL of the generated GIF
    - `error` string, nullable — Error message if the GIF generation failed

## Changes

- **2025-04-15** `cf421cc8104b` — 1 info
  - endpoint added
- **2025-04-09** `c5a4adf6172c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/browserable/apis/browserable-api/changes/task/:taskId/run/gif/get.md)

---

[API](https://skmtc.dev/browserable/apis/browserable-api.md) · [All operations](https://skmtc.dev/browserable/apis/browserable-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browserable/browserable-api/revisions/2da74de431de/schema)
