---
title: "Query VHS video metadata"
method: GET
path: "/api/vhs/queryvideo"
tags: ["view"]
---

# Query VHS video metadata

`GET /api/vhs/queryvideo`

[cloud-only] Returns metadata about a video file processed by the VHS (Video Helper Suite) integration.

## Query parameters

- `filename` string, required
- `type` 'input' | 'output' | 'temp'
- `subfolder` string

## Response `200`

Video metadata

- object

## Other responses

- `400` — Missing required query parameter. Produced by the oapi-codegen wrapper via echo.NewHTTPError, so the body shape matches Echo's default HTTPError serialization rather than ErrorResponse.
- `401` — Unauthorized
- `404` — Not found

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `queryVhsVideo` removed and replaced with `getVhsQueryVideo`
  - added the non-success response with the status `400`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added
- **2026-04-24** `a66055fa384e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/vhs/queryvideo/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
