Kling Task Status Query
OpenAI Format
Kling Task Status Query
Use GET /v1/videos/{task_id} to query Kling video task status and results.
GET
Kling Task Status Query
Kling Task Status Query
After a Kling series task is submitted, query it viaGET /v1/videos/{task_id}.
- The query path is
GET /v1/videos/{task_id}. - A successful response returns an OpenAI-style
videoobject. - After the task is completed, you can read the result from
video_url.
Method and Path
Request Example
Response Example
Authentication
Path Parameters
Task ID, which is the same as the
id or task_id returned by the generation endpoint.Response
Task ID.
Always
video.Model name.
Task status; common values include
queued, processing, completed, failed, and cancelled.Progress percentage (0-100).
Creation time (Unix timestamp).
Completion time (Unix timestamp), returned only when the task is completed.
Metadata.
Video URL (in metadata).
Video URL (same as
metadata.url).