---
title: "GET /videos"
method: GET
path: "/videos"
tags: ["courses"]
---

# GET /videos

`GET /videos`

Get all of the Heartbeat native videos in your community

## Response `200`

Successful response

- object[]
  - `id` string, uuid — Unique identifier for the video.
  - `name` string — The name of the video.
  - `createdAt` string, date-time
  - `aspectRatio` string — The aspect ratio of the video (e.g., "16:9", "4:3").
  - `duration` integer — The duration of the video in seconds.
  - `views` integer — The number of times the video has been viewed.

## Other responses

- `401` — API Key is missing or invalid

---

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