---
title: "Query Video Task Status"
method: GET
path: "/v1/videos/{id}"
---

# Query Video Task Status

`GET /v1/videos/{id}`

Query the status and details of a Sora 2 video generation task.

## Path parameters

- `id` string, required

## Response `200`

Task status

- object
  - `id` string
  - `object` string
  - `model` string
  - `status` 'queued' | 'in_progress' | 'completed' | 'failed'
  - `progress` integer
  - `prompt` string
  - `seconds` string
  - `size` string
  - `created_at` integer
  - `completed_at` integer, nullable
  - `expires_at` integer, nullable
  - `error` string, nullable
  - `remixed_from_video_id` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Task not found

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/revisions/edfc53e182a1/schema)
