---
title: "Get all videos in a user's feed"
method: GET
path: "/users/{user_id}/feed"
tags: ["Users\\Feed"]
---

# Get all videos in a user's feed

`GET /users/{user_id}/feed`

## Path parameters

- `user_id` number, required

## 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

- **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`
- **2018-12-05** `26f856a94041` — 3 breaking, 2 warning, 4 info
  - removed the required property `items/clip/allOf[subschema #1: Video]/metadata/connections/available_albums` from the response with the `200` status
  - removed the required property `items/clip/allOf[subschema #1: Video]/metadata/connections/available_channels` from the response with the `200` status
  - removed the required property `items/clip/allOf[subschema #1: Video]/type` from the response with the `200` status
  - removed the optional property `items/clip/allOf[subschema #1: Video]/metadata/connections/versions/resource_key` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/users/:user_id/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/8e9ff8a1caf3/schema)
