---
title: "Get all videos"
method: GET
path: "/applications/{applicationId}/videos"
tags: ["Job Application API:Videos"]
---

# Get all videos

`GET /applications/{applicationId}/videos`

## Path parameters

- `applicationId` integer, required

## Response `200`

List of job application videos

- CandidateVideoListRepresentation
  - `items` CandidateVideoModel[], nullable
    - `type` 'Other' | 'Profile' | 'CoverLetter', string, required
    - `url` string, uri, nullable — Video URL
    - `reference` string, nullable — Optional unique reference for this video type.
    - `createdAt` string, date-time, nullable — Date this video was added to the candidate
    - `updatedAt` string, date-time, nullable — Date this video was last updated (updates are possible when a video is added with a Reference)
  - `links` PageLinks
    - `first` string, uri, nullable
    - `prev` string, uri, nullable
    - `next` string, uri, nullable
    - `last` string, uri, nullable

---

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