---
title: "Get a user's upload attempt"
method: GET
path: "/users/{user_id}/uploads/{upload_id}"
tags: ["Videos\\Uploads"]
---

# Get a user's upload attempt

`GET /users/{user_id}/uploads/{upload_id}`

This method returns all the embed presets that belong to the specified user.

## Path parameters

- `upload_id` number, required
- `user_id` number, required

## Response `200`

The upload attempt was returned.

## Changes

- **2026-07-13** `ea882e0224a4` — 3 info
  - added the optional property `clip/allOf[subschema #1: Video]/metadata/connections/versions/resource_key` to the response with the `200` status
  - added the required property `clip/allOf[subschema #1: Video]/metadata/connections/available_albums` to the response with the `200` status
  - added the required property `clip/allOf[subschema #1: Video]/metadata/connections/available_channels` to the response with the `200` status
- **2018-12-05** `26f856a94041` — 3 breaking, 2 warning, 4 info
  - removed the required property `clip/allOf[subschema #1: Video]/metadata/connections/available_albums` from the response with the `200` status
  - removed the required property `clip/allOf[subschema #1: Video]/metadata/connections/available_channels` from the response with the `200` status
  - removed the required property `clip/allOf[subschema #1: Video]/type` from the response with the `200` status
  - removed the optional property `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/uploads/:upload_id/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)
