---
title: "Get the status of the relight task"
method: GET
path: "/proxy/freepik/v1/ai/image-relight/{task_id}"
tags: ["Freepik", "Proxy"]
---

# Get the status of the relight task

`GET /proxy/freepik/v1/ai/image-relight/{task_id}`

Get the status of the relight task

## Path parameters

- `task_id` string, required

## Response `200`

OK - The task status is returned

- FreepikTaskResponse
  - `data` FreepikTaskData, required
    - `generated` string[] — URLs to the generated images.
    - `status` 'CREATED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED'
    - `task_id` string, uuid

## Other responses

- `404` — Task not found
- `500` — Internal Server Error

---

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