---
title: "DeerAPI Kling Task Query"
method: GET
path: "/kling/v1/{action}/{action2}/{task_id}"
---

# DeerAPI Kling Task Query

`GET /kling/v1/{action}/{action2}/{task_id}`

Use this field according to the endpoint schema.

## Path parameters

- `action` string, required
- `action2` string, required
- `task_id` string, required

## Response `200`

Use this field according to the endpoint schema.

- object
  - `code` integer, required — Use this field according to the endpoint schema.
  - `message` string, required — Use this field according to the endpoint schema.
  - `request_id` string, required — Use this field according to the endpoint schema.
  - `data` object, required — Use this field according to the endpoint schema.
    - `task_id` string, required — Use this field according to the endpoint schema.
    - `task_status` string, required — Use this field according to the endpoint schema.
    - `created_at` integer, required — Use this field according to the endpoint schema.
    - `updated_at` integer, required — Use this field according to the endpoint schema.
    - `task_info` object, required — Use this field according to the endpoint schema.
      - `parent_video` object, required — Use this field according to the endpoint schema.
        - `id` string, required — Use this field according to the endpoint schema.
        - `url` string, required — Use this field according to the endpoint schema.
        - `duration` string, required — Use this field according to the endpoint schema.
    - `task_result` object, required — Use this field according to the endpoint schema.
      - `videos` object[], required — Use this field according to the endpoint schema.
        - `id` string — Use this field according to the endpoint schema.
        - `url` string — Use this field according to the endpoint schema.
        - `duration` string — Use this field according to the endpoint schema.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
