---
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

---

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