---
title: "Retrieve All Videos"
method: GET
path: "/v1/videos"
tags: ["Videos"]
---

# Retrieve All Videos

`GET /v1/videos`

Get all successful video generation logs with video URLs for the authenticated user

## Response `200`

Videos retrieved successfully

- object
  - `status` string
  - `message` string
  - `videos` object[]
    - `id` string — Unique ID for the log entry
    - `url` string — URL of the generated video
    - `projectId` string — ID of the associated project
    - `createdAt` string, date-time — Timestamp of the log creation

## Other responses

- `500` — Internal Server Error

---

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