---
title: "Get scene collection details"
method: GET
path: "/video/{video_id}/scenes/{scene_collection_id}/"
tags: ["Videos"]
---

# Get scene collection details

`GET /video/{video_id}/scenes/{scene_collection_id}/`

## Path parameters

- `video_id` string, required
- `scene_collection_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Scene collection details

- object
  - `success` boolean
  - `data` object
    - `id` string
    - `scenes` object[]
      - `scene_id` string
      - `start` number
      - `end` number
      - `description` string

---

[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)
