---
title: "Get all the On Demand purchases and rentals that a user has made"
method: GET
path: "/me/ondemand/purchases"
tags: ["On Demand\\Purchases and Rentals"]
---

# Get all the On Demand purchases and rentals that a user has made

`GET /me/ondemand/purchases`

Information about this method appears below.

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'all' | 'expiring_soon' | 'film' | 'important' | 'purchased' | 'rented' | 'series' | 'subscription' | 'unwatched' | 'watched'
- `page` number
- `per_page` number
- `sort` 'added' | 'alphabetical' | 'date' | 'name' | 'purchase_time' | 'rating' | 'release_date'

## Response `200`

The purchases and rentals were returned.

## Other responses

- `403` — The authenticated user can't view the purchases and rentals for another user's account.

## Changes

- **2026-07-13** `ea882e0224a4` — 6 info
  - added the optional property `items/film/allOf[subschema #1: Video]/metadata/connections/versions/resource_key` to the response with the `200` status
  - added the optional property `items/trailer/allOf[subschema #1: Video]/metadata/connections/versions/resource_key` to the response with the `200` status
  - added the required property `items/film/allOf[subschema #1: Video]/metadata/connections/available_albums` to the response with the `200` status
  - added the required property `items/film/allOf[subschema #1: Video]/metadata/connections/available_channels` to the response with the `200` status
  - …2 more
- **2019-03-29** `d66f7a79837f` — 2 info
  - added the required property `items/film/allOf[subschema #1: Video]/type` to the response with the `200` status
  - added the required property `items/trailer/allOf[subschema #1: Video]/type` to the response with the `200` status
- **2019-02-22** `0aaf609c3dbf` — 2 info
  - added the optional property `items/film/allOf[subschema #1: Video]/password` to the response with the `200` status
  - added the optional property `items/trailer/allOf[subschema #1: Video]/password` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/ondemand/purchases/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)
