---
title: "Get video scene index status"
method: GET
path: "/video/{video_id}/index/scene/"
---

# Get video scene index status

`GET /video/{video_id}/index/scene/`

## Path parameters

- `video_id` string, required

## Response `200`

Scene index status

- object
  - `success` boolean
  - `status` 'done' | 'processing' | 'failed'
  - `data` object
    - `scene_count` integer
    - `total_duration` number
    - `last_updated` string, date-time

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
