---
title: "Get all the credited users in a video"
method: GET
path: "/videos/{video_id}/credits"
tags: ["Videos\\Credits"]
---

# Get all the credited users in a video

`GET /videos/{video_id}/credits`

This method returns all the credited users in a video.

## Path parameters

- `video_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date'

## Response `200`

The credited users 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/versions/ea882e0224a4/schema)
