---
title: "Get template video status and details"
method: GET
path: "/v2/template_video/{video_id}"
tags: ["Video"]
---

# Get template video status and details

`GET /v2/template_video/{video_id}`

Retrieve video information, status, and metadata by video ID

## Path parameters

- `video_id` string, required

## Response `200`

Success

- object
  - `code` integer, required — Business status code: * 0 - Success * 10104 - Record not found * 10105 - Invalid API key * 18020 - Insufficient credit * 18025 - No permission to call APIs * 40000 - Parameter error * 50000 - System error
  - `msg` string, required — Response message
  - `data` object
    - `video_id` string — Video ID
    - `status` 'pending' | 'processing' | 'completed' | 'failed' — Video processing status
    - `created_at` integer — Creation timestamp (Unix timestamp)
    - `completed_at` integer — Completion timestamp (Unix timestamp)
    - `data` object — Video data (available when status is completed)
      - `video_name` string — Video name
      - `url` string, uri — Video URL
      - `cover_url` string, uri — Cover image URL
      - `duration_seconds` number, float — Video duration in seconds
      - `deducted_credit` number, float — Credits deducted for this video

---

[API](https://skmtc.net/jogg/apis/joggai-openapi-v2.md) · [All operations](https://skmtc.net/jogg/apis/joggai-openapi-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jogg/joggai-openapi-v2/versions/ec8807ce9c12/schema)
