---
title: "GET /paas/v4/async-result/{id}"
method: GET
path: "/paas/v4/async-result/{id}"
---

# GET /paas/v4/async-result/{id}

`GET /paas/v4/async-result/{id}`

This endpoint is used to query the result of an asynchronous request.

## Path parameters

- `id` string, required — Task id.

## Headers

- `Accept-Language` 'en-US,en' — Config desired response language for HTTP requests.

## Response `200`

Processing successful

- union
  - AsyncVideoGenerationResponse
    - `model` string — Model name.
    - `task_status` string — Processing status, `PROCESSING` (processing), `SUCCESS` (success), `FAIL` (failure). Note: Processing status needs to be obtained via query.
    - `video_result` object[] — Video generation results.
      - `url` string — Video URL.
      - `cover_image_url` string — Video cover URL.
    - `request_id` string — Task number submitted by the user during the client request or generated by the platform.
  - AsyncImageGenerationResponse
    - `model` string — Model name.
    - `task_status` string — Processing status, `PROCESSING` (processing), `SUCCESS` (success), `FAIL` (failure). Note: Processing status needs to be obtained via query.
    - `image_result` object[] — Array containing the generated image URLs.
      - `url` string — Image URL. The temporary link expires after `30` days, please store it promptly.
    - `request_id` string — Unique ID identifying this request, can be submitted by the user or generated by the platform.

## Other responses

- `default` — The request has failed.

---

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