---
title: "Get all the videos in a user's feed"
method: GET
path: "/me/feed"
tags: ["Users\\Feeds"]
---

# Get all the videos in a user's feed

`GET /me/feed`

This method returns all the videos in the authenticated user's feed.

## Query parameters

- `offset` string
- `page` number
- `per_page` number
- `type` 'appears' | 'category_featured' | 'channel' | 'facebook_feed' | 'following' | 'group' | 'likes' | 'ondemand_publish' | 'share' | 'tagged_with' | 'twitter_timeline' | 'uploads'

## Response `200`

The videos were returned.

## Changes

> 13 revisions in range; 1 could not be searched.

- **2019-04-05** `0c896426684d` — 2 info
  - api tag `Users\Feeds` added
  - api tag `Users\Feed` removed
- **2019-03-29** `d66f7a79837f` — 1 info
  - added the required property `items/clip/allOf[subschema #1: Video]/type` to the response with the `200` status
- **2019-02-22** `0aaf609c3dbf` — 1 info
  - added the optional property `items/clip/allOf[subschema #1: Video]/password` to the response with the `200` status
- **2019-01-11** `89b756668a1e` — 2 info
  - added `#/components/schemas/project` to the `items/clip/allOf[subschema #1: Video]/parent_folder` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/folder` from the `items/clip/allOf[subschema #1: Video]/parent_folder` response property `allOf` list for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/feed/get.md)

---

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