---
title: "Get Video Feed"
method: GET
path: "/v1/feed/videos"
---

# Get Video Feed

`GET /v1/feed/videos`

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Headers

- `X-User-Id` string, nullable
- `X-Session-Id` string, nullable

## Response `200`

Successful Response

- ApiResponse
  - `data` unknown, required
  - `meta` object
  - `errors` ErrorItem[], nullable
    - `code` string, required
    - `message` string, required
    - `field` string, nullable
    - `status` integer, nullable

## Other responses

- `422` — Validation Error

---

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