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

# Get all the videos in a user's feed

`GET /users/{user_id}/feed`

This method returns all the videos in the authenticated user's 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.

---

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