---
title: "Get shorts videos"
method: GET
path: "/video/GetShorts"
tags: ["Video"]
---

# Get shorts videos

`GET /video/GetShorts`

List all shorts videos for the authenticated user (includes pending, processing, completed, and failed)

## Response `200`

Successful response

- Short[]
  - `id` string — Short video identifier
  - `status` integer — Status code (0 = pending, 10-90 = processing, 100 = completed, -1 = failed)
  - `requestedOn` string, date-time — Request creation date
  - `processingOn` string, date-time — Processing start date
  - `succeededOn` string, date-time — Completion date
  - `requestTypeId` integer — Request type ID (4 = Short)
  - `callbackData` string — Custom callback data
  - `audioUrl` string — URL to the audio used for the short
  - `videoUrl` string — URL to the generated short video (when completed)
  - `imageUrl` string — URL to the thumbnail image (when completed)
  - `audioTitle` string — Title of the short video
  - `responseText` string — Text content used in the short
  - `errorOn` string, date-time — Error occurrence date (if applicable)
  - `errorMessage` string — Error message (if applicable)

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
