---
title: "Veo 3 Query API"
method: GET
path: "/v1/videos/{video_id}"
---

# Veo 3 Query API

`GET /v1/videos/{video_id}`

Use this field according to the endpoint schema.

## Path parameters

- `video_id` string, required

## Response `200`

Use this field according to the endpoint schema.

- VideoTask
  - `id` string, required — Use this field according to the endpoint schema.
  - `object` string, required — Use this field according to the endpoint schema.
  - `created_at` integer, required — Use this field according to the endpoint schema.
  - `status` 'queued' | 'in_progress' | 'completed' | 'failed', required
  - `completed_at` integer, nullable
  - `error` VideoError
    - `code` string, nullable, required
    - `message` string, required
    - `param` string, nullable, required
    - `type` string, required
  - `expires_at` integer, nullable
  - `model` string, required
  - `progress` integer, required
  - `remixed_from_video_id` string, nullable
  - `seconds` string, required
  - `size` string, required

## Other responses

- `404` — 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)
