---
title: "Get interview evaluations"
method: GET
path: "/interviews/{interviewId}/{applicationId}/evaluations"
tags: ["Interview API:Evaluations"]
---

# Get interview evaluations

`GET /interviews/{interviewId}/{applicationId}/evaluations`

## Path parameters

- `interviewId` integer, required
- `applicationId` integer, required

## Response `200`

List of interview evaluations

- InterviewEvaluationListRepresentation
  - `items` InterviewEvaluationModel[], nullable
    - `user` UserNameModel
      - `userId` integer, required
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `position` string, nullable
      - `email` string, nullable
      - `phone` string, nullable
      - `mobile` string, nullable
      - `inactive` boolean
      - `deleted` boolean
    - `contact` ContactNameModel
      - `contactId` integer, required — Unique identifier for the contact
      - `firstName` string, nullable — First name
      - `lastName` string, nullable — Last name
      - `position` string, nullable — Position or job title
      - `salutation` string, nullable — Salutation/honorific/title
      - `unsubscribed` boolean
      - `email` string, nullable — Primary email address
      - `phone` string, nullable — Phone number
      - `mobile` string, nullable — Mobile/cell number
      - `mobileNormalized` string, nullable — Mobile/cell normalized number
      - `inactive` boolean — Contact is no longer with the company
      - `status` StatusModel
        - `statusId` integer, required
        - `name` string, required
        - `active` boolean
        - `default` boolean
      - `owner` UserNameModel
        - `userId` integer, required
        - `firstName` string, nullable
        - `lastName` string, nullable
        - `position` string, nullable
        - `email` string, nullable
        - `phone` string, nullable
        - `mobile` string, nullable
        - `inactive` boolean
        - `deleted` boolean
    - `expiresAt` string, date-time
    - `hasReplied` boolean
    - `comments` string, nullable
    - `rating` InterviewEvaluationRatingModel[], nullable
      - `criteria` string, nullable — Criteria being rated
      - `rating` integer, nullable — Criteria rating, from 0 to 100
  - `links` ModelLinks
    - `self` 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/versions/9f43f6a6ee6e/schema)
